Property CameraController
CameraController
Gets or sets the camera controller that manages the position, orientation, and movement of the camera for a SceneView.
Declaration
public CameraController CameraController { get; set; }
Property Value
Type | Description |
---|---|
CameraController | The camera controller that manages the position, orientation, and movement of the camera for a SceneView. |
Implements
Remarks
The controller handles user-interaction with the SceneView and updates the Camera. You can assign a CameraController with a specific navigation mode that is free roaming, following a moving target, fixed on a stationary target, or that supports AR transformation matrices. For more information, see CameraController.
The default camera is the GlobeCameraController.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET | 200.0 - 200.6 |
.NET Windows | 200.0 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |