MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / endSimulation

Function endSimulation

physx/source/physx/src/buffering/ScbScene.h:250–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 PX_INLINE void collide(PxReal timeStep, PxBaseTask* continuation) { mScene.collide(timeStep, continuation); }
249 PX_INLINE void advance(PxReal timeStep, PxBaseTask* continuation) { mScene.advance(timeStep, continuation); }
250 PX_INLINE void endSimulation() { mScene.endSimulation(); }
251
252 PX_INLINE void flush(bool sendPendingReports);
253 PX_INLINE void fireBrokenConstraintCallbacks() { mScene.fireBrokenConstraintCallbacks(); }

Callers

nothing calls this directly

Calls 1

endSimulationMethod · 0.80

Tested by

no test coverage detected