Esempio n. 1
0
 public GameObject LoadGameObject(string path)
 {
     return(mMgr.LoadAsset <GameObject>(path));
 }