setManeuverModeConfiguration abstract method
- TrackingCameraBehaviorManeuverModeConfiguration? maneuverModeConfiguration
Sets 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.
Defaults to null.
maneuverModeConfigurationThe maneuver mode configuration. Invalid configurations are rejected.
Implementation
void setManeuverModeConfiguration(TrackingCameraBehaviorManeuverModeConfiguration? maneuverModeConfiguration);