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