Esempio n. 1
0
 public static UnityEngine.Object LoadObj(string path)
 {
     return(m_curLoader.LoadObject <UnityEngine.Object>(path));
 }