MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / run

Method run

Source/Node/Model.cpp:441–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 , _action(action) { }
440
441void Animation::run() {
442 _node->runAction(_action);
443}
444
445void Animation::stop() {
446 _node->stopAction(_action);

Callers

nothing calls this directly

Calls 7

runActionMethod · 0.80
stopAllActionsMethod · 0.80
getMethod · 0.65
maxFunction · 0.50
sizeMethod · 0.45
restoreResetAnimationMethod · 0.45
setSpeedMethod · 0.45

Tested by

no test coverage detected