What it does
material.createStandard creates a Standard in material. It takes id.
Signature
material.createStandard(id)Arguments
id
Example · generated
function start() { material.createStandard('standard');}material.createStandard 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.