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

Method getTimeScale

Source/Basic/Scheduler.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85float Scheduler::getTimeScale() const noexcept {
86 return _timeScale;
87}
88
89double Scheduler::getDeltaTime() const noexcept {
90 return _deltaTime;

Callers 3

renderMethod · 0.45
playMethod · 0.45
scheduler_get_time_scaleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected