2023-08-03 12:10:03 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2024-05-07 08:05:42 +00:00
<class name= "Compositor" inherits= "Resource" experimental= "More customization of the rendering pipeline will be added in the future." xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2023-08-03 12:10:03 +00:00
<brief_description >
2024-02-29 23:59:28 +00:00
Stores attributes used to customize how a Viewport is rendered.
2023-08-03 12:10:03 +00:00
</brief_description>
<description >
2024-02-29 23:59:28 +00:00
The compositor resource stores attributes used to customize how a [Viewport] is rendered.
2023-08-03 12:10:03 +00:00
</description>
<tutorials >
</tutorials>
<members >
<member name= "compositor_effects" type= "CompositorEffect[]" setter= "set_compositor_effects" getter= "get_compositor_effects" default= "[]" >
The custom [CompositorEffect]s that are applied during rendering of viewports using this compositor.
</member>
</members>
</class>