What it does
modelLoader.unload takes id.
Signature
modelLoader.unload(id)Arguments
id
Example · generated
function start() { modelLoader.unload('main');}modelLoader.unload 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.