Joint:getColliders
EditReturns the Colliders the Joint is attached to. All Joints are attached to two colliders.
colliderA, colliderB = Joint:getColliders()
Arguments
None
Returns
Name | Type | Description |
colliderA | Collider | The first Collider. |
colliderB | Collider | The second Collider. |
See also
Joint