Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ setAction
Method
setAction
Source/Node/Model.cpp:453–455 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
451
}
452
453
void Animation::setAction(Action* action) {
454
_action = action;
455
}
456
457
Action* Animation::getAction() const noexcept {
458
return _action;
Callers
1
setupCallback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected