Follow Puck Viewport State Options
Configuration options that impact the FollowPuckViewportState.
Each of the CameraOptions related properties is optional, so that the state can be configured to only modify certain aspects of the camera if desired. This can be used, to achieve effects like allowing zoom gestures to work simultaneously with FollowPuckViewportState.
See also
Types
Builder for FollowPuckViewportStateOptions
Functions
Returns a builder that created the FollowPuckViewportStateOptions
Properties
Indicates how to obtain the value to use for CameraOptions.bearing when setting the camera. If set to null, bearing will not be modified by the FollowPuckViewportState.
The value to use for setting CameraOptions.padding. If null, padding will not be modified by the FollowPuckViewportState.
The value to use for setting CameraOptions.pitch. If null, pitch will not be modified by the FollowPuckViewportState.
The value to use for setting CameraOptions.zoom. If null, zoom will not be modified by the FollowPuckViewportState.