Click or drag to resize
Ab4d.SharpEngine logo

CameraControllerSetAdvancedSmoothSettings Method

Overload List
 NameDescription
Public methodSetAdvancedSmoothSettings(CameraControllerCameraRotationSmoothingDelegate, CameraControllerCameraMovementSmoothingDelegate, CameraControllerCameraZoomSmoothingDelegate) This SetAdvancedSmoothSettings overload can set custom smoothing functions.
Public methodSetAdvancedSmoothSettings(Boolean, Boolean, Boolean, NullableSingle, CameraControllerCameraRotationSmoothingDelegate, CameraControllerCameraMovementSmoothingDelegate, CameraControllerCameraZoomSmoothingDelegate) SetAdvancedSmoothSettings can be called instead of changing the CameraSmoothing property to configures advanced settings for camera smoothing, allowing fine-grained adjustments of rotation, movement, and zoom smoothing modes.
Top
See Also