Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
185
float Animation::getDuration() const
186
{
187
return _totalDelayUnits * _delayPerUnit;
188
}
189
190
Animation* Animation::clone() const
191
{
Callers
10
initWithTwoActions
Method · 0.45
startWithTarget
Method · 0.45
initWithAction
Method · 0.45
update
Method · 0.45
step
Method · 0.45
initWithAnimation
Method · 0.45
initWithTarget
Method · 0.45
initWithAction
Method · 0.45
init
Method · 0.45
clone
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected