pub unsafe extern "C" fn PxControllerManager_setPreciseSweeps_mut(
    self_: *mut PxControllerManager,
    flag: bool
)
Expand description

Enables or disables the precise sweeps.

Precise sweeps are more accurate, but also potentially slower than regular sweeps.

By default, precise sweeps are enabled.