Click or drag to resize
AB4D logo

MouseCameraControllerUseMousePositionForMovementSpeed Property

When true then the camera movement speed is determined by the distance to the 3D object behind the mouse. When no 3D object is behind the mouse or when UseMousePositionForMovementSpeed is set to false, then movement speed is determined by the distance from the camera to the TargetPosition is used. Default value is true.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public bool UseMousePositionForMovementSpeed { get; set; }

Property Value

Boolean
See Also