Attention: Here be dragons (unstable version)
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Redot.
Checking the stable version of the documentation...
RenderData
Inherits: Object
Inherited By: RenderDataExtension, RenderDataRD
Abstract render data object, holds frame data related to rendering a single frame of a viewport.
Description
Abstract render data object, exists for the duration of rendering a single viewport.
Note: This is an internal rendering server object, do not instantiate this from script.
Methods
get_camera_attributes() const |
|
get_environment() const |
|
get_render_scene_buffers() const |
|
get_render_scene_data() const |
Method Descriptions
RID get_camera_attributes() const 🔗
Returns the RID of the camera attributes object in the RenderingServer being used to render this viewport.
Returns the RID of the environment object in the RenderingServer being used to render this viewport.
RenderSceneBuffers get_render_scene_buffers() const 🔗
Returns the RenderSceneBuffers object managing the scene buffers for rendering this viewport.
RenderSceneData get_render_scene_data() const 🔗
Returns the RenderSceneData object managing this frames scene data.