What it does
draw.setPrintSize sets PrintSize on a draw object. It takes n.
Signature
draw.setPrintSize(n)Arguments
n
Example · generated
function start() { draw.setPrintSize(1);}draw.setPrintSize 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.