Up to date

This page is up to date for Godot 4.3. If you still find outdated information, please open an issue.

Compositor

Experimental: More customization of the rendering pipeline will be added in the future.

Inherits: Resource < RefCounted < Object

Stores attributes used to customize how a Viewport is rendered.

Description

The compositor resource stores attributes used to customize how a Viewport is rendered.

Properties

Array[CompositorEffect]

compositor_effects

[]


Property Descriptions

Array[CompositorEffect] compositor_effects = [] 🔗

The custom CompositorEffects that are applied during rendering of viewports using this compositor.