MCPcopy Create free account
hub / github.com/axmolengine/axmol / getDuration

Method getDuration

core/2d/Animation.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185float Animation::getDuration() const
186{
187 return _totalDelayUnits * _delayPerUnit;
188}
189
190Animation* Animation::clone() const
191{

Callers 10

initWithTwoActionsMethod · 0.45
startWithTargetMethod · 0.45
initWithActionMethod · 0.45
updateMethod · 0.45
stepMethod · 0.45
initWithAnimationMethod · 0.45
initWithTargetMethod · 0.45
initWithActionMethod · 0.45
initMethod · 0.45
cloneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected