MCPcopy Create free account
hub / github.com/MyGUI/mygui / setAutoRotation

Method setAutoRotation

Common/Ogre/RenderBox/RenderBoxScene.h:101–105  ·  view source on GitHub ↗

Enable or disable auto rotation */

Source from the content-addressed store, hash-verified

99
100 /** Enable or disable auto rotation */
101 void setAutoRotation(bool _value)
102 {
103 mAutoRotation = _value;
104 frameAdvise(needFrameUpdate());
105 }
106
107 /** Get auto rotation flag */
108 bool getAutoRotation()

Callers 1

createSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected