Skip to content

Commit

Permalink
Merge pull request #94217 from DevPoodle/rd-docs
Browse files Browse the repository at this point in the history
Clean up RenderDataExtension's descriptions
  • Loading branch information
akien-mga committed Jul 11, 2024
2 parents 1aa1a18 + 1bd3c48 commit af33276
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/classes/RenderDataExtension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit af33276

Please sign in to comment.