MCPcopy 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
69void Action::step(float /*dt*/)
70{
71 AXLOGD("[Action step]. override me");
72}
73
74void Action::update(float /*time*/)
75{

Callers 1

updateMethod · 0.45

Calls 3

clampfFunction · 0.50
getPositionMethod · 0.45
setPositionMethod · 0.45

Tested by

no test coverage detected