From 1bd3c48f6b2aac2f2d4e40a590d8379bd8118c23 Mon Sep 17 00:00:00 2001 From: DevPoodle Date: Thu, 11 Jul 2024 08:00:32 -0700 Subject: [PATCH] Clean up RenderDataExtension's documentation --- doc/classes/RenderDataExtension.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/classes/RenderDataExtension.xml b/doc/classes/RenderDataExtension.xml index 9bdab8e1014..5c2b75ed1ba 100644 --- a/doc/classes/RenderDataExtension.xml +++ b/doc/classes/RenderDataExtension.xml @@ -12,24 +12,25 @@ - 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. + Implement this in GDExtension to return the [RID] of the implementation's environment object. - Implement this in GDExtension to return the [RID] of the implementations environment object. + Implement this in GDExtension to return the implementation's [RenderSceneBuffers] object. - Implement this in GDExtension to return the implementations [RenderSceneDataExtension] object. + Implement this in GDExtension to return the implementation's [RenderSceneDataExtension] object.