2using System.Runtime.CompilerServices;
3using System.Runtime.InteropServices;
23 INTERNAL_get_offset(out
Vector3 value);
28 INTERNAL_set_offset(ref value);
44 INTERNAL_set_rotation(ref value);
50 [MethodImpl(MethodImplOptions.InternalCall)]
51 private extern void INTERNAL_get_offset(out
Vector3 value);
53 [MethodImpl(MethodImplOptions.InternalCall)]
54 private extern void INTERNAL_set_offset(ref
Vector3 value);
56 [MethodImpl(MethodImplOptions.InternalCall)]
57 private extern void INTERNAL_get_rotation(out
Quaternion value);
59 [MethodImpl(MethodImplOptions.InternalCall)]
60 private extern void INTERNAL_set_rotation(ref
Quaternion value);
Quaternion rotation
Get or set the offset rotation
Vector3 offset
Get or set the offset position from center of the game object