Add longer description to ViewportTexture doc
(cherry picked from commit cf63abac36
)
This commit is contained in:
parent
a1930b1772
commit
f6abffdb4a
|
@ -4,6 +4,8 @@
|
||||||
Texture which displays the content of a [Viewport].
|
Texture which displays the content of a [Viewport].
|
||||||
</brief_description>
|
</brief_description>
|
||||||
<description>
|
<description>
|
||||||
|
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.
|
||||||
</description>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
</tutorials>
|
</tutorials>
|
||||||
|
|
Loading…
Reference in New Issue