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

Method getDeltaTime

Source/Basic/Scheduler.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89double Scheduler::getDeltaTime() const noexcept {
90 return _deltaTime;
91}
92
93void Scheduler::schedule(NotNull<ScheduledItem, 1> item) {
94 AssertIf(item->iter, "target item is already scheduled");

Callers 7

visitMethod · 0.45
visitMethod · 0.45
renderMethod · 0.45
doLogicMethod · 0.45
beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected