Click or drag to resize
AB4D logo

MouseCameraControllerCameraSmoothingPresets Enumeration

CameraSmoothingPresets enum defines the presets for smoothing camera rotation, movement and zoom.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntax
C#
public enum CameraSmoothingPresets
Members
Member nameValueDescription
Disabled0 Smoothing is disabled
Slow1 Slow smoothing takes longer for the camera to get to the target rotation, position of zoom level.
Normal2 Normal smoothing is noticeable but still fast.
Fast3 Fast smoothing takes very little time for the camera to get to the target rotation, position of zoom level.
See Also