pub unsafe extern "C" fn PxScene_setSolverArticulationBatchSize_mut(
    self_: *mut PxScene,
    solverBatchSize: u32
)
Expand description

Sets the number of articulations required to spawn a separate rigid body solver thread.

Do not use this method while the simulation is running.