Jelajahi Sumber

Merge pull request #94217 from DevPoodle/rd-docs

Clean up RenderDataExtension's descriptions
Rémi Verschelde 1 tahun lalu
induk
melakukan
af33276109
1 mengubah file dengan 4 tambahan dan 3 penghapusan
  1. 4 3
      doc/classes/RenderDataExtension.xml

+ 4 - 3
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>