Set whether the scene rotation is enabled or no
| 409 | |
| 410 | // Set whether the scene rotation is enabled or no |
| 411 | inline void Scene::setIsCameraRotationAnimationEnabled(bool isRotationEnabled) { |
| 412 | mIsCameraRotationAnimationEnabled = isRotationEnabled; |
| 413 | } |
| 414 | |
| 415 | #endif |