Outdated documentation
This documentation page refers to Godot
4.3,
and may be outdated or incorrect.
Additionally, this engine version is
no longer supported.
Check this page in the stable branch for the latest additions and corrections.
RenderDataExtension
Inherits: RenderData < Object
This class allows for a RenderData implementation to be made in GDExtension.
Description
This class allows for a RenderData implementation to be made in GDExtension.
Methods
_get_camera_attributes() virtual const |
|
_get_environment() virtual const |
|
_get_render_scene_buffers() virtual const |
|
_get_render_scene_data() virtual const |
Method Descriptions
RID _get_camera_attributes() virtual const 🔗
Implement this in GDExtension to return the RID for the implementation's camera attributes object.
RID _get_environment() virtual const 🔗
Implement this in GDExtension to return the RID of the implementation's environment object.
RenderSceneBuffers _get_render_scene_buffers() virtual const 🔗
Implement this in GDExtension to return the implementation's RenderSceneBuffers object.
RenderSceneData _get_render_scene_data() virtual const 🔗
Implement this in GDExtension to return the implementation's RenderSceneDataExtension object.