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