stopDayNightCycleAnimation method

void stopDayNightCycleAnimation()

Stop the day/night cycle animation

Implementation

void stopDayNightCycleAnimation() {
  _dayNightCycleController?.stop();
}