Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

Compositor

實驗性: More customization of the rendering pipeline will be added in the future.

繼承: Resource < RefCounted < Object

Stores attributes used to customize how a Viewport is rendered.

說明

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

教學

屬性

Array[CompositorEffect]

compositor_effects

[]


屬性說明

Array[CompositorEffect] compositor_effects = [] 🔗

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