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...
ViewportTexture¶
Inherits: Texture < Resource < Reference < Object
Textura que muestra el contenido de un Viewport.
Descripción¶
Displays the content of a Viewport node as a dynamic Texture. This can be used to mix controls, 2D, and 3D elements in the same scene.
To create a ViewportTexture in code, use the Viewport.get_texture method on the target viewport.
Tutoriales¶
Propiedades¶
flags |
|
|
resource_local_to_scene |
|
|
|
Descripciones de Propiedades¶
NodePath viewport_path
Default |
|
Setter |
set_viewport_path_in_scene(value) |
Getter |
get_viewport_path_in_scene() |
La ruta al nodo Viewport para visualizar. Es relativa a la raíz de la escena, no al nodo que usa la textura.