pub unsafe extern "C" fn PxScene_setSolverBatchSize_mut(
self_: *mut PxScene,
solverBatchSize: u32,
)Expand description
Sets the number of actors required to spawn a separate rigid body solver thread.
Do not use this method while the simulation is running.