C4 Engine Terathon Software C4 Engine API Documentation

• Physics Manager

API Links
Developer Links

ShapeObject::GetShapeFlags

Defined in:  C4Shapes.h
Returns the shape flags.
Prototype

unsigned_int32 GetShapeFlags(voidconst;

Description
The GetShapeFlags function returns the shape flags, which can be a combination (through logical OR) of the following values.
kShapeCollisionInhibit The shape affects mass distribution in the rigid body, but it does not participate in collision detection.
The initial value of the shape flags is 0.
See Also

ShapeObject::SetShapeFlags