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. |
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 Windows | 100.13 - 200.5 |