---------------------------------------------------------------------
| 100 | void AnimationState::setLength( Real len ) { mLength = len; } |
| 101 | //--------------------------------------------------------------------- |
| 102 | Real AnimationState::getWeight() const { return mWeight; } |
| 103 | //--------------------------------------------------------------------- |
| 104 | void AnimationState::setWeight( Real weight ) |
| 105 | { |
no outgoing calls
no test coverage detected