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

Method getAction

Source/Node/Model.cpp:457–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457Action* Animation::getAction() const noexcept {
458 return _action;
459}
460
461void Animation::pause() {
462 _action->pause();

Callers 7

onReceiveMethod · 0.45
onReceiveMethod · 0.45
handleKeyEventMethod · 0.45
onKeyMethod · 0.45
onKeyPreImeMethod · 0.45
setupCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected