What it does
glow.setIntensity sets Intensity on a glow object. It takes v.
Signature
glow.setIntensity(v)Arguments
v
Example · generated
function start() { glow.setIntensity(0.5);}glow.setIntensity 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.