Up to date
This page is up to date for Godot 4.3
.
If you still find outdated information, please open an issue.
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.