MCPcopy 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
453void Animation::setAction(Action* action) {
454 _action = action;
455}
456
457Action* Animation::getAction() const noexcept {
458 return _action;

Callers 1

setupCallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected