CameraTrackingMode
public enum CameraTrackingMode : Int
A type that represents camera tracking modes.
Important
This is a Public Preview API. It may be changed or removed at any time.-
No camera tracking
Declaration
Swift
case none -
Follows the position with the camera.
Declaration
Swift
case follow -
Follows the position with the camera, and adjusts the heading.
Declaration
Swift
case followWithHeading
CameraTrackingMode Enumeration Reference