Click or drag to resize
AB4D logo

MouseCameraControllerIsXAxisInverted Property

Gets or sets if x axis (heading) 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 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