MCPcopy Create free account
hub / github.com/axmolengine/axmol / onExit

Method onExit

tests/cpp-tests/Source/SchedulerTest/SchedulerTest.cpp:177–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void SchedulerPauseResumeAll::onExit()
178{
179 if (!_pausedTargets.empty())
180 {
181 Director::getInstance()->getScheduler()->resumeTargets(_pausedTargets);
182 }
183 SchedulerTestLayer::onExit();
184}
185
186void SchedulerPauseResumeAll::tick1(float /*dt*/)
187{

Callers

nothing calls this directly

Calls 9

getInstanceFunction · 0.85
scheduleUpdateMethod · 0.80
getSchedulerFunction · 0.50
emptyMethod · 0.45
resumeTargetsMethod · 0.45
setTimeScaleMethod · 0.45
unscheduleUpdateMethod · 0.45
clearMethod · 0.45
unscheduleMethod · 0.45

Tested by

no test coverage detected