MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getIsCameraRotationAnimationEnabled

Method getIsCameraRotationAnimationEnabled

testbed/src/Scene.h:406–408  ·  view source on GitHub ↗

Return true if the scene rotation is enabled

Source from the content-addressed store, hash-verified

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

Callers 1

keyboard_eventMethod · 0.80

Calls

no outgoing calls

Tested by 1

keyboard_eventMethod · 0.64