Click or drag to resize
AB4D logo

MouseCameraControllerMoveCamera Method

Moves the camera for the mouse change defined by mouseDx and mouseDy parameters.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public virtual void MoveCamera(
	double mouseDx,
	double mouseDy
)

Parameters

mouseDx  Double
mouse change of the x coordinate
mouseDy  Double
mouse change of the y coordinate
See Also