FollowPuckViewportStateBearingConstant constructor

const FollowPuckViewportStateBearingConstant(
  1. double bearing
)

Creates a FollowPuckViewportStateBearingConstant with the given bearing value.

  • bearing: The fixed bearing angle in degrees that the camera should maintain.

Implementation

const FollowPuckViewportStateBearingConstant(this.bearing);