Esempio n. 1
0
 public Transform GetBindPoint(string name)
 {
     if (this.ResStatus != ResStatus.OK)
     {
         return(null);
     }
     return(GameObjectUtil.GetBindPoint(GameObject, name));
 }