summaryrefslogtreecommitdiffstats
path: root/doc/classes/CanvasGroup.xml
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2022-11-21 03:48:36 +0100
committerkobewi <kobewi4e@gmail.com>2022-11-22 17:59:45 +0100
commita23f6d0aa649d15a7b7453143d3247e4e02706b1 (patch)
tree09a4f371eeb1241ebb34c00ed35d61164f239633 /doc/classes/CanvasGroup.xml
parentdce1602edacd8ad96a70f29e4f524d7b7c231e3f (diff)
downloadredot-engine-a23f6d0aa649d15a7b7453143d3247e4e02706b1.tar.gz
Fill random docs
Diffstat (limited to 'doc/classes/CanvasGroup.xml')
-rw-r--r--doc/classes/CanvasGroup.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/CanvasGroup.xml b/doc/classes/CanvasGroup.xml
index 3bea8cde21..d2bcf3c7ac 100644
--- a/doc/classes/CanvasGroup.xml
+++ b/doc/classes/CanvasGroup.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="CanvasGroup" inherits="Node2D" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
+ Merges several 2D nodes into a single draw operation.
</brief_description>
<description>
+ Child [CanvasItem] nodes of a [CanvasGroup] are drawn as a single object. It allows to e.g. draw overlapping translucent 2D nodes without blending (set [member CanvasItem.self_modulate] property of [CanvasGroup] to achieve this effect).
+ [b]Note:[/b] Since [CanvasGroup] and [member CanvasItem.clip_children] both utilize the backbuffer, children of a [CanvasGroup] who have their [member CanvasItem.clip_children] set to anything other than [constant CanvasItem.CLIP_CHILDREN_DISABLED] will not function correctly.
</description>
<tutorials>
</tutorials>