|
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.1.8864.1045
Syntax public bool IsYAxisInverted { get; set; }
Property Value
BooleanRemarks
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