Click or drag to resize
AB4D logo

MouseCameraControllerIsYAxisInverted Property

Gets or sets if y axis (attitude) is inverted. Default value is false.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public 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