setBackgroundColor abstract method
Sets the color for the background plane (positioned at the maximum depth, i.e. behind all other objects including the skybox).
Implementation
Future setBackgroundColor(double r, double g, double b, double alpha);
Sets the color for the background plane (positioned at the maximum depth, i.e. behind all other objects including the skybox).
Future setBackgroundColor(double r, double g, double b, double alpha);