#include <PxRigidStatic.h>


Public Member Functions | |
| virtual const char * | getConcreteTypeName () const |
| Returns string name of dynamic type. | |
Protected Member Functions | |
| PX_INLINE | PxRigidStatic (PxType concreteType, PxBaseFlags baseFlags) |
| PX_INLINE | PxRigidStatic (PxBaseFlags baseFlags) |
| virtual | ~PxRigidStatic () |
| virtual bool | isKindOf (const char *name) const |
| Returns whether a given type name matches with the type of this instance. | |
PxRigidStatic objects are static rigid physics entities. They shall be used to define solid objects which are fixed in the world.
Instances of this class are created by calling PxPhysics::createRigidStatic() and deleted with release().
| PX_INLINE PxRigidStatic::PxRigidStatic | ( | PxType | concreteType, | |
| PxBaseFlags | baseFlags | |||
| ) | [inline, protected] |
| PX_INLINE PxRigidStatic::PxRigidStatic | ( | PxBaseFlags | baseFlags | ) | [inline, protected] |
| virtual PxRigidStatic::~PxRigidStatic | ( | ) | [inline, protected, virtual] |
| virtual const char* PxRigidStatic::getConcreteTypeName | ( | ) | const [inline, virtual] |
Returns string name of dynamic type.
Implements PxBase.
| virtual bool PxRigidStatic::isKindOf | ( | const char * | superClass | ) | const [inline, protected, virtual] |
Returns whether a given type name matches with the type of this instance.
Reimplemented from PxRigidActor.
References PxRigidActor::isKindOf().