pub unsafe extern "C" fn PxControllerBehaviorCallback_getBehaviorFlags_mut_1(
    self_: *mut PxControllerBehaviorCallback,
    controller: *const PxController
) -> PxControllerBehaviorFlags
Expand description

Retrieve behavior flags for a controller.

When the CCT touches a controller, the CCT’s behavior w.r.t. this controller can be customized by users. This function retrieves the desired PxControllerBehaviorFlag flags capturing the desired behavior.

The flag PxControllerBehaviorFlag::eCCT_CAN_RIDE_ON_OBJECT is not supported.

See comments about deprecated functions at the start of this class

Desired behavior flags for the given controller