pub unsafe extern "C" fn PxController_setSlopeLimit_mut(
    self_: *mut PxController,
    slopeLimit: f32
)
Expand description

Sets the slope limit.

This feature can not be enabled at runtime, i.e. if the slope limit is zero when creating the CCT (which disables the feature) then changing the slope limit at runtime will not have any effect, and the call will be ignored.