2using System.Runtime.CompilerServices;
3using System.Runtime.InteropServices;
20 return INTERNAL_instantiate(ref pos, ref rot);
32 return INTERNAL_instantiate(ref position, ref rot);
43 return INTERNAL_instantiate(ref position, ref rotation);
46 [MethodImpl(MethodImplOptions.InternalCall)]
GameObject Instantiate()
Create game object from this prefab
GameObject Instantiate(Vector3 position)
Create game object from this prefab
GameObject Instantiate(Vector3 position, Quaternion rotation)
Create game object from this prefab
static Quaternion identity