UnityEngine.Object.INTERNAL_CALL_Internal_InstantiateSingle C# (CSharp) Method

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
		private static System.Object INTERNAL_CALL_Internal_InstantiateSingle(System.Object data, ref Vector3 pos, ref Quaternion rot){}
		public static System.Object Instantiate(System.Object original, Vector3 position, Quaternion rotation){}

Usage Example

コード例 #1
0
 private static Object Internal_InstantiateSingle(Object data, Vector3 pos, Quaternion rot)
 {
     return(Object.INTERNAL_CALL_Internal_InstantiateSingle(data, ref pos, ref rot));
 }