screenSpaceEffects

Getter

An ordered list of names of screen-space post-processing effects to be applied to the image rendered by the Viewport. The effects are applied to the image in the order in which they appear in the list. Any names not corresponding to a registered effect are ignored. This may have no effect if the Viewport's RenderTarget does not support screen-space effects.

screenSpaceEffects: Iterable<string>

@see createScreenSpaceEffectBuilder to create and register new effects.

Returns - Iterable

Setter

screenSpaceEffects(effects: Iterable<string>): void

Parameter Type Description
effects Iterable<string>  

Returns - void

Defined in

Last Updated: 13 May, 2024