Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
RenderData
Eredita: Object
Ereditato da: RenderDataExtension, RenderDataRD
Oggetto astratto di dati di rendering, contiene i dati dei frame relativi al rendering di un singolo frame di una viewport.
Descrizione
Abstract render data object, exists for the duration of rendering a single viewport. See also RenderDataRD, RenderSceneData, and RenderSceneDataRD.
Note: This is an internal rendering server object. Do not instantiate this class from a script.
Metodi
get_camera_attributes() const |
|
get_environment() const |
|
get_render_scene_buffers() const |
|
get_render_scene_data() const |
Descrizioni dei metodi
RID get_camera_attributes() const 🔗
Restituisce il RID dell'oggetto attributi della telecamera nel RenderingServer usato per renderizzare questa viewport.
Restituisce il RID dell'oggetto ambiente nel RenderingServer attualmente usato per renderizzare questa viewport.
RenderSceneBuffers get_render_scene_buffers() const 🔗
Restituisce l'oggetto RenderSceneBuffers che gestisce i buffer di scena per renderizzare questa viewport.
RenderSceneData get_render_scene_data() const 🔗
Restituisce l'oggetto RenderSceneData che gestisce i dati della scena in questo frame.