What it does
skybox.setSkyColor sets SkyColor on a skybox object. It takes r, g and b.
Signature
skybox.setSkyColor(r,g,b)Arguments
rgb
Example · generated
function start() { skybox.setSkyColor(1, 0.8, 0.4);}skybox.setSkyColor is called with values of the shape its signature asks for. The code sits in start(), which the engine calls once, when the entity spawns.