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

Method step

core/platform/wasm/devtools-wasm.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void DevToolsImpl::step()
57{
58 _director->resume();
59 _tick = 0;
60 _scheduler->scheduleUpdate(this, 0, false);
61}
62
63void DevToolsImpl::pause()
64{

Callers 1

axmol_dev_stepFunction · 0.45

Calls 2

scheduleUpdateMethod · 0.80
resumeMethod · 0.45

Tested by

no test coverage detected