boolean2d
2d · render · 1 property · 2D
Draw this node as its 2D children combined -- joined, cut out of one another, or only where they overlap. The children stay in the tree, hidden and editable.
In a scene, boolean2d is the node key that applies it. A script reaches the same properties through node.boolean2d.get() and node.boolean2d.set(table).
Properties
| property | type | default | description |
|---|---|---|---|
op | enum | union | How the children are combined, in the order they are declared One of union, difference, intersection. |