Class reference
RenderDataExtension
Inherits RenderData
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
RID _get_camera_attributes() virtual const
RID _get_camera_attributes() virtual constImplement this in GDExtension to return the RID for the implementation's camera attributes object.
RID _get_environment() virtual const
RID _get_environment() virtual constImplement this in GDExtension to return the RID of the implementation's environment object.
RenderSceneBuffers _get_render_scene_buffers() virtual const
RenderSceneBuffers _get_render_scene_buffers() virtual constImplement this in GDExtension to return the implementation's RenderSceneBuffers object.
RenderSceneData _get_render_scene_data() virtual const
RenderSceneData _get_render_scene_data() virtual constImplement this in GDExtension to return the implementation's RenderSceneDataExtension object.