2023-08-03 14:10:03 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2024-05-07 10:05:42 +02: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 14:10:03 +02:00
<brief_description >
2024-03-01 00:59:28 +01:00
Stores attributes used to customize how a Viewport is rendered.
2023-08-03 14:10:03 +02:00
</brief_description>
<description >
2024-03-01 00:59:28 +01:00
The compositor resource stores attributes used to customize how a [Viewport] is rendered.
2023-08-03 14:10:03 +02:00
</description>
<tutorials >
2024-08-15 07:04:12 +02:00
<link title= "The Compositor" > $DOCS_URL/tutorials/rendering/compositor.html</link>
2023-08-03 14:10:03 +02:00
</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>