Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
441
void Animation::run() {
442
_node->runAction(_action);
443
}
444
445
void Animation::stop() {
446
_node->stopAction(_action);
Callers
nothing calls this directly
Calls
7
runAction
Method · 0.80
stopAllActions
Method · 0.80
get
Method · 0.65
max
Function · 0.50
size
Method · 0.45
restoreResetAnimation
Method · 0.45
setSpeed
Method · 0.45
Tested by
no test coverage detected