maneuverRules property
getter/setter pair
Ordered list of maneuver rules. Rules are evaluated in order; the first matching rule determines the camera behavior. If empty, this configuration is not valid and the camera does not react to maneuvers. If TrackingCameraBehavior.defaultManeuverModeConfiguration is not used for TrackingCameraBehaviorManeuverModeConfiguration, it will be an empty list.
Implementation
List<TrackingCameraBehaviorManeuverRule> maneuverRules;