Merge pull request #19626 from romlok/viewporttexturedoc

Add longer description to ViewportTexture doc
This commit is contained in:
Max Hilbrunner 2018-06-18 16:39:26 +02:00 committed by GitHub
commit db913cb9b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>