|
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: 11.1.8864.1045
Syntax public bool IsXAxisInverted { get; set; }
Property Value
BooleanRemarks
By default (IsXAxisInverted == false) moving the mouse to the right increases the camera's heading which rotates the camera to the left.
See Also