setManeuverModeConfiguration abstract method

void setManeuverModeConfiguration(
  1. 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.

  • maneuverModeConfiguration The maneuver mode configuration. Invalid configurations are rejected.

Implementation

void setManeuverModeConfiguration(TrackingCameraBehaviorManeuverModeConfiguration? maneuverModeConfiguration);