INTERNAL_CALL_Internal_InstantiateSingle() приватный статический Метод

private static INTERNAL_CALL_Internal_InstantiateSingle ( System data, Vector3 &pos, Quaternion &rot ) : System.Object
data System
pos Vector3
rot Quaternion
Результат System.Object
Пример #1
0
 private static Object Internal_InstantiateSingle(Object data, Vector3 pos, Quaternion rot)
 {
     return(Object.INTERNAL_CALL_Internal_InstantiateSingle(data, ref pos, ref rot));
 }