---------------------------------------------------------------------
| 544 | } |
| 545 | //--------------------------------------------------------------------- |
| 546 | Animation::RotationInterpolationMode Animation::getRotationInterpolationMode() const |
| 547 | { |
| 548 | return mRotationInterpolationMode; |
| 549 | } |
| 550 | //--------------------------------------------------------------------- |
| 551 | void Animation::setDefaultRotationInterpolationMode( RotationInterpolationMode im ) |
| 552 | { |
no outgoing calls
no test coverage detected