---------------------------------------------------------------------
| 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 |
no test coverage detected