Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
void DevToolsImpl::step()
57
{
58
_director->resume();
59
_tick = 0;
60
_scheduler->scheduleUpdate(this, 0, false);
61
}
62
63
void DevToolsImpl::pause()
64
{
Callers
1
axmol_dev_step
Function · 0.45
Calls
2
scheduleUpdate
Method · 0.80
resume
Method · 0.45
Tested by
no test coverage detected