Exemplo n.º 1
0
 public void CreateObjectAsync(string name, System.Action <GameObject> callBack, MonoBehaviour mo = null)
 {
     FEngineManager.CreateObjectAsync(name, callBack, mo);
 }