Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ step
Method
step
core/2d/Action.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void Action::step(float /*dt*/)
70
{
71
AXLOGD(
"[Action step]. override me"
);
72
}
73
74
void Action::update(float /*time*/)
75
{
Callers
1
update
Method · 0.45
Calls
3
clampf
Function · 0.50
getPosition
Method · 0.45
setPosition
Method · 0.45
Tested by
no test coverage detected