pub unsafe extern "C" fn PxScene_getSimulationStatistics(
self_: *const PxScene,
stats: *mut PxSimulationStatistics,
)Expand description
Call this method to retrieve statistics for the current simulation step.
Do not use this method while the simulation is running. Calls to this method while the simulation is running will be ignored.