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

Method getNode

Source/Node/Model.cpp:449–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449Node* Animation::getNode() const noexcept {
450 return _node;
451}
452
453void Animation::setAction(Action* action) {
454 _action = action;

Callers 1

setupCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected