Inheritance #

Table of contents

RenderDataExtension #

is_instantiable, core, not_builtin_classes

This class allows for a RenderData implementation to be made in GDExtension.

This class allows for a RenderData implementation to be made in GDExtension.

Members #

Methods #

virtual const func _get_camera_attributes() -> RID#

Implement this in GDExtension to return the RID for the implementation's camera attributes object.

virtual const func _get_environment() -> RID#

Implement this in GDExtension to return the RID of the implementation's environment object.

virtual const func _get_render_scene_buffers() -> RenderSceneBuffers#

Implement this in GDExtension to return the implementation's RenderSceneBuffers object.

virtual const func _get_render_scene_data() -> RenderSceneData#

Implement this in GDExtension to return the implementation's RenderSceneDataExtension object.

Annotations #

Constants #

Constructors #

Enums #

Operators #

Signals #

Theme Items #

Tutorials #