Returns true if scene has animation data. */
| 1014 | /** Returns true if scene has animation data. |
| 1015 | */ |
| 1016 | bool hasAnimation() const { return mpAnimationController->hasAnimations(); } |
| 1017 | |
| 1018 | /** Enable/disable scene animation. |
| 1019 | */ |
no test coverage detected