#include <PxCapsuleController.h>
Public Member Functions | |
PX_INLINE | PxCapsuleControllerDesc () |
constructor sets to default. | |
virtual PX_INLINE | ~PxCapsuleControllerDesc () |
PX_INLINE | PxCapsuleControllerDesc (const PxCapsuleControllerDesc &) |
copy constructor. | |
PX_INLINE PxCapsuleControllerDesc & | operator= (const PxCapsuleControllerDesc &) |
assignment operator. | |
virtual PX_INLINE void | setToDefault () |
(re)sets the structure to the default. | |
virtual PX_INLINE bool | isValid () const |
returns true if the current settings are valid | |
Public Attributes | |
PxF32 | radius |
The radius of the capsule. | |
PxF32 | height |
The height of the controller. | |
PxCapsuleClimbingMode::Enum | climbingMode |
The climbing mode. | |
Protected Member Functions | |
PX_INLINE void | copy (const PxCapsuleControllerDesc &) |
virtual PX_INLINE PxCapsuleControllerDesc::~PxCapsuleControllerDesc | ( | ) | [inline, virtual] |
The climbing mode.
Default: PxCapsuleClimbingMode::eEASY
Referenced by copy(), and PxCapsuleControllerDesc().
The height of the controller.
Default: 0.0
Referenced by copy(), isValid(), and PxCapsuleControllerDesc().
The radius of the capsule.
Default: 0.0
Referenced by copy(), isValid(), and PxCapsuleControllerDesc().