pub unsafe extern "C" fn PxControllerBehaviorCallback_getBehaviorFlags_mut_2(
    self_: *mut PxControllerBehaviorCallback,
    obstacle: *const PxObstacle
) -> PxControllerBehaviorFlags
Expand description

Retrieve behavior flags for an obstacle.

When the CCT touches an obstacle, the CCT’s behavior w.r.t. this obstacle 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 obstacle