 |
MouseCameraControllerIsXAxisInverted Property |
Gets or sets if x axis (heading) is inverted. Default value is false.
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntaxpublic bool IsXAxisInverted { get; set; }Property Value
Boolean
Remarks
By default (IsXAxisInverted == false) moving the mouse to the right increases the camera's heading which rotates the camera to the left.
See Also