summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-09-17 11:43:36 +0200
committerGitHub <noreply@github.com>2018-09-17 11:43:36 +0200
commitc8fe74cfada4f1dea4d7d1ead07b4534bae4e5cf (patch)
tree388434eea4a057f32d0040385890f36d8985e07c /doc
parentdbee7856e3d59b5ddce1ee0f424dc8a14cf4226f (diff)
parentd286e98fd196634c5b25648a85cb99b46b5584ef (diff)
Merge pull request #22142 from avencherus/doc-change
Small documentation clarification added to CanvasItem.
Diffstat (limited to 'doc')
-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.