pub unsafe extern "C" fn PxControllerBehaviorCallback_getBehaviorFlags_mut(
    self_: *mut PxControllerBehaviorCallback,
    shape: *const PxShape,
    actor: *const PxActor
) -> PxControllerBehaviorFlags
Expand description

Retrieve behavior flags for a shape.

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

See comments about deprecated functions at the start of this class

Desired behavior flags for the given shape