Fix misformatted documentation from #47435, #42827, #46991

This commit is contained in:
Yuri Sizov 2021-04-04 23:25:40 +03:00
parent ed2f51b15f
commit c526a1e22d
13 changed files with 97 additions and 77 deletions

View file

@ -63,13 +63,6 @@
Draws a part of the texture using a [CanvasItem] with the [RenderingServer] API.
</description>
</method>
<method name="get_image" qualifiers="const">
<return type="Image">
</return>
<description>
Returns an [Image] that is a copy of data from this [Texture2D]. [Image]s can be accessed and manipulated directly.
</description>
</method>
<method name="get_height" qualifiers="const">
<return type="int">
</return>
@ -77,6 +70,13 @@
Returns the texture height.
</description>
</method>
<method name="get_image" qualifiers="const">
<return type="Image">
</return>
<description>
Returns an [Image] that is a copy of data from this [Texture2D]. [Image]s can be accessed and manipulated directly.
</description>
</method>
<method name="get_size" qualifiers="const">
<return type="Vector2">
</return>