pub unsafe extern "C" fn PxBroadPhase_getRegions_mut(
    self_: *mut PxBroadPhase
) -> *mut PxBroadPhaseRegions
Expand description

Retrieves the regions API if applicable.

For broadphases that do not use explicit user-defined regions, this call returns NULL.

Region API, or NULL.