MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / updateMenuEntityAnimation

Method updateMenuEntityAnimation

source/render/RenderManager.cpp:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312bool RenderManager::updateMenuEntityAnimation(Ogre::AnimationState* animState, Ogre::Real timeSinceLastFrame)
313{
314 animState->addTime(timeSinceLastFrame);
315 return animState->hasEnded();
316}
317
318Ogre::SceneNode* RenderManager::getMenuEntityNode(const std::string& entityName)
319{

Callers 5

updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected