pub unsafe extern "C" fn PxScene_setLimits_mut(
    self_: *mut PxScene,
    limits: *const PxSceneLimits
)
Expand description

Set new scene limits.

Increase the maximum capacity of various data structures in the scene. The new capacities will be at least as large as required to deal with the objects currently in the scene. Further, these values are for preallocation and do not represent hard limits.