What it does
glow.setBlurKernel sets BlurKernel on a glow object. It takes k.
Signature
glow.setBlurKernel(k)Arguments
k
Example · generated
function start() { glow.setBlurKernel(1);}glow.setBlurKernel 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.