Identifies each type of actor for retrieving actors from a scene. More...
#include <PxScene.h>
Public Types | |
enum | Enum { eRIGID_STATIC = (1 << 0), eRIGID_DYNAMIC = (1 << 1) } |
Identifies each type of actor for retrieving actors from a scene.
Enumerator | |
---|---|
eRIGID_STATIC | A static rigid body.
|
eRIGID_DYNAMIC | A dynamic rigid body.
|