What it does
skybox.setSunVisible sets SunVisible on a skybox object. It takes bool.
Signature
skybox.setSunVisible(bool)Arguments
bool
Example · generated
function start() { skybox.setSunVisible(true);}skybox.setSunVisible 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.