PhysX SDK 3.2 API Reference: PxCapsuleControllerDesc Class Reference

PhysX SDK 3.2 API

PxCapsuleControllerDesc Class Reference
[Character]

A descriptor for a capsule character controller. More...

#include <PxCapsuleController.h>

Inheritance diagram for PxCapsuleControllerDesc:
Collaboration diagram for PxCapsuleControllerDesc:

List of all members.


Public Member Functions

PX_INLINE PxCapsuleControllerDesc ()
 constructor sets to default.
virtual PX_INLINE ~PxCapsuleControllerDesc ()
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.

Detailed Description

A descriptor for a capsule character controller.

See also:
PxCapsuleController PxControllerDesc

Member Data Documentation

The height of the controller.

Default: 0.0

See also:
PxCapsuleController

Referenced by isValid(), and PxCapsuleControllerDesc().

The radius of the capsule.

Default: 0.0

See also:
PxCapsuleController

Referenced by isValid(), and PxCapsuleControllerDesc().


The documentation for this class was generated from the following file:



Copyright © 2008-2012 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com