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