rotation property

  1. @Deprecated('Prefer `controller.camera.rotation`. ' 'This getter is now accessible via the camera. ' 'This getter is deprecated since v6.')
double rotation

Current rotation in degrees, where 0° is North

Implementation

@Deprecated(
  'Prefer `controller.camera.rotation`. '
  'This getter is now accessible via the camera. '
  'This getter is deprecated since v6.',
)
double get rotation;