Click or drag to resize
AB4D logo

MouseCameraControllerSetAdvancedSmoothSettings(MouseCameraControllerCameraRotationSmoothingDelegate, MouseCameraControllerCameraMovementSmoothingDelegate, MouseCameraControllerCameraZoomSmoothingDelegate) Method

This SetAdvancedSmoothSettings overload can set custom smoothing functions.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntax
C#
public void SetAdvancedSmoothSettings(
	MouseCameraControllerCameraRotationSmoothingDelegate customRotationSmoothingFunction = null,
	MouseCameraControllerCameraMovementSmoothingDelegate customMovementSmoothingFunction = null,
	MouseCameraControllerCameraZoomSmoothingDelegate customZoomSmoothingFunction = null
)

Parameters

customRotationSmoothingFunction  MouseCameraControllerCameraRotationSmoothingDelegate  (Optional)
Optional CameraRotationSmoothingDelegate that can be used to provide custom rotation smoothing.
customMovementSmoothingFunction  MouseCameraControllerCameraMovementSmoothingDelegate  (Optional)
Optional CameraMovementSmoothingDelegate that can be used to provide custom movement smoothing.
customZoomSmoothingFunction  MouseCameraControllerCameraZoomSmoothingDelegate  (Optional)
Optional CameraZoomSmoothingDelegate that can be used to provide custom zoom smoothing.
See Also