INTERNAL_CALL_Internal_InstantiateSingle() private static method

private static INTERNAL_CALL_Internal_InstantiateSingle ( System data, Vector3 &pos, Quaternion &rot ) : System.Object
data System
pos Vector3
rot Quaternion
return 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));
 }