maneuverModeConfiguration property

TrackingCameraBehaviorManeuverModeConfiguration? maneuverModeConfiguration

The configuration for camera behavior near maneuvers. Defines how the camera reacts to nearby maneuvers when TrackingCameraBehavior.isManeuverDetectionEnabled is true. When set to null, the camera does not react to maneuvers. The configuration must contain at least one rule to be valid. Gets the current maneuver mode configuration, or null if not set.

Implementation

TrackingCameraBehaviorManeuverModeConfiguration? get maneuverModeConfiguration;
void maneuverModeConfiguration=(TrackingCameraBehaviorManeuverModeConfiguration? value)

The configuration for camera behavior near maneuvers. Defines how the camera reacts to nearby maneuvers when TrackingCameraBehavior.isManeuverDetectionEnabled is true. When set to null, the camera does not react to maneuvers. The configuration must contain at least one rule to be valid. Sets the maneuver mode configuration. Invalid configurations are rejected.

Implementation

set maneuverModeConfiguration(TrackingCameraBehaviorManeuverModeConfiguration? value);