diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-07-11 23:17:02 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-07-11 23:17:02 +0200 |
commit | af3327610988c7bc57bb14d7837fe294ce5e7da9 (patch) | |
tree | 4b53e595196a97b3c61ae450d4756556645b8d5d /doc/classes | |
parent | 1aa1a1879dfd93125a44d6d9c06db4bc057f8e17 (diff) | |
parent | 1bd3c48f6b2aac2f2d4e40a590d8379bd8118c23 (diff) | |
download | redot-engine-af3327610988c7bc57bb14d7837fe294ce5e7da9.tar.gz |
Merge pull request #94217 from DevPoodle/rd-docs
Clean up RenderDataExtension's descriptions
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/RenderDataExtension.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/classes/RenderDataExtension.xml b/doc/classes/RenderDataExtension.xml index 9bdab8e101..5c2b75ed1b 100644 --- a/doc/classes/RenderDataExtension.xml +++ b/doc/classes/RenderDataExtension.xml @@ -12,24 +12,25 @@ <method name="_get_camera_attributes" qualifiers="virtual const"> <return type="RID" /> <description> - Implement this in GDExtension to return the [RID] for the implementations camera attributes object. + Implement this in GDExtension to return the [RID] for the implementation's camera attributes object. </description> </method> <method name="_get_environment" qualifiers="virtual const"> <return type="RID" /> <description> + Implement this in GDExtension to return the [RID] of the implementation's environment object. </description> </method> <method name="_get_render_scene_buffers" qualifiers="virtual const"> <return type="RenderSceneBuffers" /> <description> - Implement this in GDExtension to return the [RID] of the implementations environment object. + Implement this in GDExtension to return the implementation's [RenderSceneBuffers] object. </description> </method> <method name="_get_render_scene_data" qualifiers="virtual const"> <return type="RenderSceneData" /> <description> - Implement this in GDExtension to return the implementations [RenderSceneDataExtension] object. + Implement this in GDExtension to return the implementation's [RenderSceneDataExtension] object. </description> </method> </methods> |