Texture which displays the content of a [Viewport].
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 [method Viewport.get_texture] method on the target viewport.
$DOCS_URL/07_demo_projects/viewport/gui_in_3d
$DOCS_URL/07_demo_projects/viewport/3d_in_2d
$DOCS_URL/07_demo_projects/viewport/2d_in_3d
$DOCS_URL/07_demo_projects/viewport/3d_scaling
The path to the [Viewport] node to display. This is relative to the scene root, not to the node which uses the texture.