cameraController property

CameraController get cameraController

The camera controller manages the position, orientation, and movement of the camera for an ArcGISSceneViewController.

The controller handles user-interaction with the ArcGISSceneViewController 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.

set cameraController (CameraController value)