mirror of
https://github.com/godotengine/godot.git
synced 2024-11-23 04:33:29 +00:00
Add longer description to ViewportTexture doc
This commit is contained in:
parent
d1b3f36eab
commit
cf63abac36
@ -4,6 +4,8 @@
|
||||
Texture which displays the content of a [Viewport].
|
||||
</brief_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>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
Loading…
Reference in New Issue
Block a user