maneuverModeConfiguration property
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;
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);