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