Esempio n. 1
0
 [RCC(2)] static GameObject OnCreate2(GameObject go, Vector3 pos, Quaternion rot, Vector3 velocity, Vector3 angularVelocity)
 {
     return(UnityTools.Instantiate(go, pos, rot, velocity, angularVelocity));
 }