Table of Contents

Class RenderDataExtension

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

Inheritance
RenderDataExtension

Remarks

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

Methods

_get_camera_attributes

Qualifiers: virtualconst

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

RID _get_camera_attributes

_get_environment

Qualifiers: virtualconst

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

RID _get_environment

_get_render_scene_buffers

Qualifiers: virtualconst

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

RenderSceneBuffers _get_render_scene_buffers

_get_render_scene_data

Qualifiers: virtualconst

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

RenderSceneData _get_render_scene_data