|
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.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public bool UseMousePositionForMovementSpeed { get; set; }
Property Value
BooleanSee Also