CameraOrbit
Description
- Derived from
-
CameraYawPitch abstract
A scene entity view that centers the camera on a given point in local-space, allowing the user to orbit around it.
The ICameraFocus.FocusOffset method adjusts Distance.
Public / Attributes
Distance
The current distance between the camera and the point being orbited.
When setting the value and the range in one go, make sure to set the range first. Otherwise, the new value might get clamped to the old range. Defaults to 0
.
DistanceControl
The input modifiers that must be present to enable control of Distance via the mouse, in addition to the default mouse wheel control.
Defaults to InputModifiers.Left and InputModifiers.Right.