What it does
scene.freezeMaterials takes no arguments.
Signature
scene.freezeMaterials()Arguments
It takes none.
Example · generated
function start() { scene.freezeMaterials();}scene.freezeMaterials 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.