PostProcessing
constructor(enabled: Boolean = true, bloom: Bloom? = null, vignette: Vignette? = null, fog: Fog? = null, ambientOcclusion: AmbientOcclusion? = null, antiAliasing: AntiAliasing? = null, screenSpaceReflections: ScreenSpaceReflections? = null, colorGrade: ColorGrade? = null, depthOfField: DepthOfField? = null, shadows: Shadows? = null, dynamicResolution: DynamicResolution? = null, dithering: Dithering? = null, renderQuality: RenderQuality? = null)
Parameters
enabled
Master switch for all post-processing (maps to View.isPostProcessingEnabled).