summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared <avencherus@gmail.com>2018-09-16 12:22:12 +0300
committerJared <avencherus@gmail.com>2018-09-16 21:44:37 +0300
commitd286e98fd196634c5b25648a85cb99b46b5584ef (patch)
tree290d40df60d0305ce764b1427c3945f74306ba21
parente522baf0b78ae475685e890059afd7f402b21541 (diff)
downloadredot-engine-d286e98fd196634c5b25648a85cb99b46b5584ef.tar.gz
Small documentation clarification added to CanvasItem.
-rw-r--r--doc/classes/CanvasItem.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml
index 98404478f4..60f097f3f9 100644
--- a/doc/classes/CanvasItem.xml
+++ b/doc/classes/CanvasItem.xml
@@ -576,7 +576,7 @@
Disable blending mode. Colors including alpha are written as is. Only applicable for render targets with a transparent background. No lighting will be applied.
</constant>
<constant name="NOTIFICATION_TRANSFORM_CHANGED" value="29">
- Canvas item transform has changed. Only received if requested.
+ Canvas item transform has changed. Notification is only received if enabled by [method set_notify_transform] or [method set_notify_local_transform].
</constant>
<constant name="NOTIFICATION_DRAW" value="30">
CanvasItem is requested to draw.