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
Экспериментальное: More customization of the rendering pipeline will be added in the future.
Наследует: Resource < RefCounted < Object
Сохраняет атрибуты, используемые для настройки способа визуализации области просмотра.
Описание
Ресурс композитора хранит атрибуты, используемые для настройки способа визуализации Viewport.
Обучающие материалы
Свойства
|
Описания свойств
Array[CompositorEffect] compositor_effects = [] 🔗
void set_compositor_effects(value: Array[CompositorEffect])
Array[CompositorEffect] get_compositor_effects()
Пользовательские CompositorEffect-ы, которые применяются во время рендеринга видовых экранов с использованием этого композитора.