Click or drag to resize
Ab4d.SharpEngine logo

ManualPointerCameraController Properties

The ManualPointerCameraController type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleMoveCameraConditions Gets or sets conditions from PointerAndKeyboardConditions enum that must be met to move the camera. Default value is PointerAndKeyboardConditions.LeftPointerButtonPressed and PointerAndKeyboardConditions.ControlKey.
Public propertyCode exampleQuickZoomConditions Gets or sets conditions from PointerAndKeyboardConditions enum that must be met to start quick zooming - quickly zooming in and out with moving the pointer or mouse forward and backward. Default value is PointerAndKeyboardConditions.Disabled.
Public propertyCode exampleRotateCameraConditions Gets or sets conditions from PointerAndKeyboardConditions enum that must be met to rotate the camera. Default value is PointerAndKeyboardConditions.LeftPointerButtonPressed.
Top
See Also