Click or drag to resize
AB4D logo

MouseCameraControllerCameraSmoothing Property

Gets or sets the camera smoothing mode that determines how smoothly the camera reacts to rotation, movement, and zooming. Default value is Disabled. To enable just some of the camera smoothing modes, call SetAdvancedSmoothSettings method.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntax
C#
public MouseCameraControllerCameraSmoothingPresets CameraSmoothing { get; set; }

Property Value

MouseCameraControllerCameraSmoothingPresets
See Also