Joint::GetFirstConnectedRigidBody
Defined in:
Returns the first rigid body connected to a joint.
C4Joints.h
Prototype
Node *GetFirstConnectedRigidBody(void) const;
Description
The GetFirstConnectedRigidBody
function returns the first rigid body connected to a joint. If there is no first rigid body connected to the joint, then the return value is nullptr
.
See Also
Joint::SetFirstConnectedRigidBody
Joint::GetSecondConnectedRigidBody