MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getEnabledAnimationStateIterator

Method getEnabledAnimationStateIterator

OgreMain/src/OgreAnimationState.cpp:386–392  ·  view source on GitHub ↗

---------------------------------------------------------------------

Source from the content-addressed store, hash-verified

384 }
385 //---------------------------------------------------------------------
386 ConstEnabledAnimationStateIterator AnimationStateSet::getEnabledAnimationStateIterator() const
387 {
388 OGRE_LOCK_AUTO_MUTEX;
389 // returned iterator not threadsafe, noted in header
390 return ConstEnabledAnimationStateIterator( mEnabledAnimationStates.begin(),
391 mEnabledAnimationStates.end() );
392 }
393 //---------------------------------------------------------------------
394 //---------------------------------------------------------------------
395 Real AnimationStateControllerValue::getValue() const

Callers 3

_applySceneAnimationsMethod · 0.80
applyVertexAnimationMethod · 0.80
setAnimationStateMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected