What it does
postProcess.enableSharpen enables Sharpen on a postProcess object. It takes bool and amount. amount is optional.
Signature
postProcess.enableSharpen(bool, amount?)Arguments
boolamountoptional
Example · generated
function start() { postProcess.enableSharpen(true);}postProcess.enableSharpen 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.