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

Method pause

tests/cpp-tests/Source/SchedulerTest/SchedulerTest.cpp:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void SchedulerPauseResume::pause(float /*dt*/)
132{
133 AXLOGD("paused, tick1 and tick2 should called six times");
134 Director::getInstance()->getScheduler()->pauseTarget(this);
135}
136
137std::string SchedulerPauseResume::title() const
138{

Callers 2

menuPauseCallbackMethod · 0.45
IntervalTestMethod · 0.45

Calls 8

resumeMethod · 0.95
getInstanceFunction · 0.85
getChildByTagFunction · 0.85
pauseAllTargetsMethod · 0.80
scheduleOnceMethod · 0.80
pauseTargetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected