Merge pull request #41638 from skyace65/Texture
Clarify get_data texture method
This commit is contained in:
commit
a0b95e5d9c
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue