Up to date

This page is up to date for Blazium 0.4.90 (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๏ƒ

RID

_get_camera_attributes() virtual const

RID

_get_environment() virtual const

RenderSceneBuffers

_get_render_scene_buffers() virtual const

RenderSceneData

_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.