GeometryPolyBooleanOperation Enumeration |
[Missing <summary> documentation for "T:Godot.Geometry.PolyBooleanOperation"]
Namespace: Godot
public enum PolyBooleanOperation
Member name | Value | Description | |
---|---|---|---|
Union | 0 | Create regions where either subject or clip polygons (or both) are filled. | |
Difference | 1 | Create regions where subject polygons are filled except where clip polygons are filled. | |
Intersection | 2 | Create regions where both subject and clip polygons are filled. | |
Xor | 3 | Create regions where either subject or clip polygons are filled but not where both are filled. |