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.
Checking the stable version of the documentation...
Compositor
Experimental: More customization of the rendering pipeline will be added in the future.
Hereda: Resource < RefCounted < Object
Almacena atributos usados para personalizar cómo se renderiza un Viewport.
Descripción
El recurso compositor almacena atributos usados para personalizar cómo se renderiza un Viewport.
Tutoriales
Propiedades
|
Descripciones de Propiedades
Array[CompositorEffect] compositor_effects = [] 🔗
void set_compositor_effects(value: Array[CompositorEffect])
Array[CompositorEffect] get_compositor_effects()
Los CompositorEffects personalizados que se aplican durante el renderizado de viewports usando este compositor.