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

Method getSimulationTime

physx/samples/samplebase/SampleStepper.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 virtual void shutdown() {}
56
57 PxReal getSimulationTime() const { return mSimulationTime; }
58
59 PhysXSample& getSample() { return *mSample; }
60 const PhysXSample& getSample() const { return *mSample; }

Callers 2

PhysXSample.cppFile · 0.45
onTickPostRenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected