Return true if the scene rotation is enabled
| 404 | |
| 405 | // Return true if the scene rotation is enabled |
| 406 | inline bool Scene::getIsCameraRotationAnimationEnabled() const { |
| 407 | return mIsCameraRotationAnimationEnabled; |
| 408 | } |
| 409 | |
| 410 | // Set whether the scene rotation is enabled or no |
| 411 | inline void Scene::setIsCameraRotationAnimationEnabled(bool isRotationEnabled) { |