PxControllerBehaviorFlag#

Defined in include/characterkinematic/PxControllerBehavior.h

struct PxControllerBehaviorFlag#

specifies controller behavior

Public Types

enum Enum#

Values:

enumerator eCCT_CAN_RIDE_ON_OBJECT#

Controller can ride on touched object (i.e. when this touched object is moving horizontally).

Note

The CCT vs. CCT case is not supported.

enumerator eCCT_SLIDE#

Controller should slide on touched object.

enumerator eCCT_USER_DEFINED_RIDE#

Disable all code dealing with controllers riding on objects, let users define it outside of the SDK.