MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getLogicTime

Method getLogicTime

Source/Basic/Application.cpp:1071–1073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069}
1070
1071double Application::getLogicTime() const noexcept {
1072 return _logicTime;
1073}
1074
1075double Application::getRenderTime() const noexcept {
1076 return _renderTime;

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected