What it does
glow.removeMesh removes Mesh on a glow object. It takes id.
Signature
glow.removeMesh(id)Arguments
id
Example · generated
function start() { glow.removeMesh('main');}glow.removeMesh 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.