Show / Hide Table of Contents

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
TargetVersions
.NET 6.0 Windows100.13 - 200.2
.NET Framework100.1 - 200.2
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
In This Article
Back to top Copyright © 2022 Esri.