Skip to content

PostProcessPlugin

Defined in: postprocess/PostProcessPlugin.ts:9

new PostProcessPlugin(): PostProcessPlugin

PostProcessPlugin

name: string = 'postProcess'

Defined in: postprocess/PostProcessPlugin.ts:10

Plugin.name


readonly profileDomain: "render" = 'render'

Defined in: postprocess/PostProcessPlugin.ts:11

Cost domain the profiler files this plugin’s systems under. Defaults to name; declare it where the two differ, as camera producing render.

Plugin.profileDomain

build(app): void

Defined in: postprocess/PostProcessPlugin.ts:13

App

void

Plugin.build


cleanup(app?): void

Defined in: postprocess/PostProcessPlugin.ts:29

App

void

Plugin.cleanup