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

Method getElapsed

Source/Node/Model.cpp:493–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493float Animation::getElapsed() const noexcept {
494 return _action->getElapsed();
495}
496
497void ResetAnimation::add(SpriteDef* spriteDef, Node* node, Action* action, ActionDuration* resetTarget) {
498 AnimationData* data = new AnimationData();

Callers 1

resumeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected