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