Go to the source code of this file.
Classes | |
struct | PxRigidBodyFlag |
Collection of flags describing the behavior of a rigid body. More... | |
class | PxRigidBody |
PxRigidBody is a base class shared between dynamic rigid body objects. More... | |
Typedefs | |
typedef PX_DEPRECATED PxRigidBodyFlag | PxRigidDynamicFlag |
A legacy typedef. PxRigidDynamicFlag has been deprecated in favor of PxRigidBodyFlag. Retained for compatibility with old API only. More... | |
typedef PxFlags < PxRigidBodyFlag::Enum, PxU8 > | PxRigidBodyFlags |
collection of set bits defined in PxRigidBodyFlag. More... | |
typedef PxFlags < PxRigidDynamicFlag::Enum, PxU8 > | PxRigidDynamicFlags |
collection of set bits defined in PxRigidDynamicFlag. More... | |