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

Method setAnimationInterval

core/base/Director.cpp:1620–1623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1618}
1619
1620void Director::setAnimationInterval(float interval)
1621{
1622 setAnimationInterval(interval, SetIntervalReason::BY_GAME);
1623}
1624
1625void Director::setAnimationInterval(float interval, SetIntervalReason reason)
1626{

Calls

no outgoing calls

Tested by

no test coverage detected