Get the animation controller. */
| 1006 | /** Get the animation controller. |
| 1007 | */ |
| 1008 | const AnimationController* getAnimationController() const { return mpAnimationController.get(); } |
| 1009 | |
| 1010 | /** Get the scene's animations. |
| 1011 | */ |
no test coverage detected