Merge pull request #41638 from skyace65/Texture

Clarify get_data texture method
This commit is contained in:
Rémi Verschelde 2020-08-31 11:17:47 +02:00 committed by GitHub
commit a0b95e5d9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@
<return type="Image">
</return>
<description>
Returns an [Image] with the data from this [Texture2D]. [Image]s can be accessed and manipulated directly.
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">