1using System.Runtime.CompilerServices;
16 INTERNAL_get_anchor(out
Vector3 value);
21 INTERNAL_set_anchor(ref value);
32 INTERNAL_get_connectedAnchor(out
Vector3 value);
37 INTERNAL_set_connectedAnchor(ref value);
48 INTERNAL_get_limits(out
Vector3 value);
53 INTERNAL_set_limits(ref value);
60 public bool linkedBodiesCollision { [MethodImpl(MethodImplOptions.InternalCall)]
get; [MethodImpl(MethodImplOptions.InternalCall)]
set; }
65 public Rigidbody connectedObject { [MethodImpl(MethodImplOptions.InternalCall)]
get; [MethodImpl(MethodImplOptions.InternalCall)]
set; }
70 [MethodImpl(MethodImplOptions.InternalCall)]
76 [MethodImpl(MethodImplOptions.InternalCall)]
81 [MethodImpl(MethodImplOptions.InternalCall)]
82 private extern void INTERNAL_get_anchor(out
Vector3 value);
84 [MethodImpl(MethodImplOptions.InternalCall)]
85 private extern void INTERNAL_set_anchor(ref
Vector3 value);
87 [MethodImpl(MethodImplOptions.InternalCall)]
88 private extern void INTERNAL_get_connectedAnchor(out
Vector3 value);
90 [MethodImpl(MethodImplOptions.InternalCall)]
91 private extern void INTERNAL_set_connectedAnchor(ref
Vector3 value);
93 [MethodImpl(MethodImplOptions.InternalCall)]
94 private extern void INTERNAL_get_limits(out
Vector3 value);
96 [MethodImpl(MethodImplOptions.InternalCall)]
97 private extern void INTERNAL_set_limits(ref
Vector3 value);
Vector3 anchor
Get or set an anchor point relative to this object
bool linkedBodiesCollision
Get or set the linked bodies collision flag
void AutoConfigureAnchors()
Auto configure connected anchor point depending on an anchor of this object
Vector3 connectedAnchor
Get or set an anchor point relative to connected object
void Rebuild()
Rebuild this joint
Vector3 limits
Get or set the angle limits of this joint
Rigidbody connectedObject
Get or set the object to connect with