PxControllerBehaviorFlag Struct Reference

specifies controller behavior More...

#include <PxControllerBehavior.h>

Public Types

enum  Enum { eCCT_CAN_RIDE_ON_OBJECT = (1<<0), eCCT_SLIDE = (1<<1), eCCT_USER_DEFINED_RIDE = (1<<2) }
 

Detailed Description

specifies controller behavior

Member Enumeration Documentation

◆ Enum

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.
eCCT_SLIDE 

Controller should slide on touched object.

eCCT_USER_DEFINED_RIDE 

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


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