orientationMode property

AutomotiveCameraBehaviorOrientationMode orientationMode

The current orientation mode of the camera. Defines the camera's viewing angle and orientation for tracking mode. In AutomotiveCameraBehaviorOrientationMode.mode2d, the camera looks straight down and rotates with the vehicle heading. In AutomotiveCameraBehaviorOrientationMode.mode3d, the camera is tilted for a perspective view. In AutomotiveCameraBehaviorOrientationMode.modeNorthUp, the camera maintains north-up orientation regardless of vehicle heading.

Changes to this property take effect immediately on the tracking camera and are preserved when switching between tracking and area modes. Gets the current orientation mode.

Implementation

AutomotiveCameraBehaviorOrientationMode get orientationMode;
void orientationMode=(AutomotiveCameraBehaviorOrientationMode value)

The current orientation mode of the camera. Defines the camera's viewing angle and orientation for tracking mode. In AutomotiveCameraBehaviorOrientationMode.mode2d, the camera looks straight down and rotates with the vehicle heading. In AutomotiveCameraBehaviorOrientationMode.mode3d, the camera is tilted for a perspective view. In AutomotiveCameraBehaviorOrientationMode.modeNorthUp, the camera maintains north-up orientation regardless of vehicle heading.

Changes to this property take effect immediately on the tracking camera and are preserved when switching between tracking and area modes. Sets the orientation mode for the tracking camera.

Implementation

set orientationMode(AutomotiveCameraBehaviorOrientationMode value);