Merge pull request #86685 from jsjtxietian/update-get-image-doc

Update `get_image` doc to mention that it will return an empty image with invalid texture
This commit is contained in:
Rémi Verschelde 2024-01-02 18:06:21 +01:00
commit c10251af59
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -123,6 +123,7 @@
<return type="Image" />
<description>
Returns an [Image] that is a copy of data from this [Texture2D] (a new [Image] is created each time). [Image]s can be accessed and manipulated directly.
[b]Note:[/b] This will return [code]null[/code] if this [Texture2D] is invalid.
[b]Note:[/b] This will fetch the texture data from the GPU, which might cause performance problems when overused.
</description>
</method>