diff options
author | Micky <micheledevita2@gmail.com> | 2024-03-01 00:59:28 +0100 |
---|---|---|
committer | Micky <micheledevita2@gmail.com> | 2024-03-01 15:32:38 +0100 |
commit | c54e09a5a304c1578689f5b98cfee41c24d95848 (patch) | |
tree | 04462c423e8f592708c07b3e3d68932ea1b64019 /doc/classes/Compositor.xml | |
parent | 7d2ca2d8ac49cde9767e00b70f9eaf1920eb266d (diff) | |
download | redot-engine-c54e09a5a304c1578689f5b98cfee41c24d95848.tar.gz |
Overhaul some "uncommon" wording in class reference
Diffstat (limited to 'doc/classes/Compositor.xml')
-rw-r--r-- | doc/classes/Compositor.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Compositor.xml b/doc/classes/Compositor.xml index c287e3b015..c030896b6f 100644 --- a/doc/classes/Compositor.xml +++ b/doc/classes/Compositor.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="Compositor" inherits="Resource" experimental="More customisation of the rendering pipeline will be added in the future." xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> - The compositor resource holds the configuration with which rendering of a viewport can be customised. + Stores attributes used to customize how a Viewport is rendered. </brief_description> <description> - The compositor resource holds the configuration with which rendering of a viewport can be customised. + The compositor resource stores attributes used to customize how a [Viewport] is rendered. </description> <tutorials> </tutorials> |