Clarify get_data texture method
This commit is contained in:
parent
db5ea78b7b
commit
635c9761a0
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue