ShapeObject::GetShapeFlags
Defined in:
Returns the shape flags.
C4Shapes.h
Prototype
uint32 GetShapeFlags(void) const;
Description
The GetShapeFlags
function returns the shape flags, which can be a combination (through logical OR) of the following constants.
kShapeCollisionInhibit |
The shape affects mass distribution in the rigid body, but it does not participate in collision detection. |
See Also