What it does
dayNight.stop acts on dayNight: it stops. It takes no arguments.
Signature
dayNight.stop()Arguments
It takes none.
Example · generated
function start() { dayNight.stop();}dayNight.stop 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.