| 55 | virtual void shutdown() {} |
| 56 | |
| 57 | PxReal getSimulationTime() const { return mSimulationTime; } |
| 58 | |
| 59 | PhysXSample& getSample() { return *mSample; } |
| 60 | const PhysXSample& getSample() const { return *mSample; } |
no outgoing calls
no test coverage detected