Skip to content

Documentation / scene / CompositorBuildLayerResult

Interface: CompositorBuildLayerResult

Defined in: libs/scene/src/posteffect/compositor.ts:58

Result of Compositor.buildLayer.

Properties

color

color: RGHandle

Defined in: libs/scene/src/posteffect/compositor.ts:60

Chain output color handle. Equals the input when no effect is enabled.


wroteFinal

wroteFinal: boolean

Defined in: libs/scene/src/posteffect/compositor.ts:62

True when the last effect wrote the final target directly.

Released under the MIT License.