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