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

Method getDuration

Source/Animation/Action.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126float PropertyAction::getDuration() const {
127 return _duration;
128}
129
130bool PropertyAction::update(Node* target, float elapsed) {
131 if (_ended && elapsed > _duration) return true;

Callers 3

allocMethod · 0.45
updateMethod · 0.45
updateProgressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected