MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / EngineSettings

Method EngineSettings

testbed/src/Scene.h:68–70  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

66
67 /// Constructor
68 EngineSettings() : elapsedTime(0.0f), timeStep(0.0f) {
69
70 }
71
72 /// Return default engine settings
73 static EngineSettings defaultSettings() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected