setBackgroundRotation method

void setBackgroundRotation(
  1. double yawDegrees,
  2. double pitchDegrees
)

Sets the background rotation in degrees.

Implementation

void setBackgroundRotation(double yawDegrees, double pitchDegrees) {
  _bg?.setYawPitchDegrees(yawDegrees, pitchDegrees);
}