![AB4D logo](../icons/AB4D-logo.png) |
MouseCameraControllerIsYAxisInverted Property |
Gets or sets if y axis (attitude) is inverted. Default value is false.
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntaxpublic bool IsYAxisInverted { get; set; }
Property Value
Boolean
Remarks
By default (IsYAxisInverted == false) moving the mouse up decreases the camera's attitude which rotates the camera down.
If IsYAxisInverted is true moving the mouse up increases the camera's attitude which rotates the camera up.
See Also