Effect interface.
Lifecycle hooks:
init
update
render
dispose
outputRect declares the rect this stage writes into, in element-local physical px. Defaults to the source rect (no growth).
outputRect
Render phase. Omit to make this effect transparent in the chain.
Effect interface.
Lifecycle hooks:
init: called once on effect registerupdate: called every frame, beforerenderrender: called every frame. Bypassed if omitteddispose: called once on removaloutputRectdeclares the rect this stage writes into, inelement-local physical px. Defaults to the source rect (no growth).