summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2022-05-22 17:44:19 +0200
committerkobewi <kobewi4e@gmail.com>2022-06-07 16:30:54 +0200
commitc519a667ad2ddfbd9ce3e9537406cf108f25d74b (patch)
treed62a4c4464b614b55b77d02547e17e74b5daa1af /doc
parente24e4935ffc13715cf7a3dff189ac69d0c7a44e7 (diff)
Remove image property of ImageTexture
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Texture2D.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/Texture2D.xml b/doc/classes/Texture2D.xml
index 1bbebe085e..3721058d25 100644
--- a/doc/classes/Texture2D.xml
+++ b/doc/classes/Texture2D.xml
@@ -106,7 +106,8 @@
<method name="get_image" qualifiers="const">
<return type="Image" />
<description>
- Returns an [Image] that is a copy of data from this [Texture2D]. [Image]s can be accessed and manipulated directly.
+ 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 fetch the texture data from the GPU, which might cause performance problems when overused.
</description>
</method>
<method name="get_size" qualifiers="const">