setBackgroundColor method

  1. @override
Future setBackgroundColor(
  1. double r,
  2. double g,
  3. double b,
  4. double alpha,
)
override

Sets the color for the background plane (positioned at the maximum depth, i.e. behind all other objects including the skybox).

Implementation

@override
Future setBackgroundColor(double r, double g, double b, double alpha) {
  // TODO: implement setBackgroundColor
  throw UnimplementedError();
}