What it does
postProcess.enableSSAO enables SSAO on a postProcess object. It takes bool.
Signature
postProcess.enableSSAO(bool)Arguments
bool
Example · generated
function start() { postProcess.enableSSAO(true);}postProcess.enableSSAO 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.