JointObject::GetJointFlags
Defined in:
Returns the joint flags.
C4Joints.h
Prototype
uint32 GetJointFlags(void) const;
Description
The GetJointFlags
function returns the joint flags, which can be a combination (through logical OR) of the following constants.
kJointBreakable |
The joint can be broken if enough force is applied. |
kJointConstrainTwistPosition |
The twist positions of bodies connected to the joint are constrained (universal joint only). |
kJointLimitDistance |
The joint enforces a limited translation distance (cylindrical and prismatic joints only). |
kJointLimitAngle |
The joint enforces a limited rotation angle (all joints except prismatic). |
See Also