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

int

flags

0 (overrides Texture)

bool

resource_local_to_scene

true (overrides Resource)

NodePath

viewport_path

NodePath("")

Descripciones de Propiedades

Default

NodePath("")

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.