Ejemplo n.º 1
0
 public void AllocGameObjectAsync(string resPath, Action <GameObject> onLoaded, Transform parent, Vector3 localPos,
                                  Quaternion localRot, bool initEnable, BAsyncOper oper)
 {
     XResource.AllocOrNewInstanceGoAsync(resPath, onLoaded, parent, true, localPos, localRot, oper, initEnable);
 }