RenderDataExtension
继承: RenderData < Object
该类允许在 GDExtension 中实现 RenderData。
描述
该类允许在 GDExtension 中实现 RenderData。
方法
_get_camera_attributes() virtual const | |
_get_environment() virtual const | |
_get_render_scene_buffers() virtual const | |
_get_render_scene_data() virtual const |
方法说明
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.