Skip to content

Commit af33276

Browse files
committed
Merge pull request godotengine#94217 from DevPoodle/rd-docs
Clean up RenderDataExtension's descriptions
2 parents 1aa1a18 + 1bd3c48 commit af33276

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/classes/RenderDataExtension.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,25 @@
1212
<method name="_get_camera_attributes" qualifiers="virtual const">
1313
<return type="RID" />
1414
<description>
15-
Implement this in GDExtension to return the [RID] for the implementations camera attributes object.
15+
Implement this in GDExtension to return the [RID] for the implementation's camera attributes object.
1616
</description>
1717
</method>
1818
<method name="_get_environment" qualifiers="virtual const">
1919
<return type="RID" />
2020
<description>
21+
Implement this in GDExtension to return the [RID] of the implementation's environment object.
2122
</description>
2223
</method>
2324
<method name="_get_render_scene_buffers" qualifiers="virtual const">
2425
<return type="RenderSceneBuffers" />
2526
<description>
26-
Implement this in GDExtension to return the [RID] of the implementations environment object.
27+
Implement this in GDExtension to return the implementation's [RenderSceneBuffers] object.
2728
</description>
2829
</method>
2930
<method name="_get_render_scene_data" qualifiers="virtual const">
3031
<return type="RenderSceneData" />
3132
<description>
32-
Implement this in GDExtension to return the implementations [RenderSceneDataExtension] object.
33+
Implement this in GDExtension to return the implementation's [RenderSceneDataExtension] object.
3334
</description>
3435
</method>
3536
</methods>

0 commit comments

Comments
 (0)