MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / GetDeltaTime

Method GetDeltaTime

ZEngine/include/ZEngine/Engine.h:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 static Core::TimeStep GetDeltaTime() {
37 return m_delta_time;
38 }
39
40 protected:
41 void Run();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected