Clarify get_data texture method

This commit is contained in:
skyace65 2020-08-30 21:47:28 -04:00
parent db5ea78b7b
commit 635c9761a0
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
<return type="Image"> <return type="Image">
</return> </return>
<description> <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> </description>
</method> </method>
<method name="get_height" qualifiers="const"> <method name="get_height" qualifiers="const">