Enum Geometry2D.PolyBooleanOperation
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Geometry2D.PolyBooleanOperation : long
Fields
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.
Union = 0
Create regions where either subject or clip polygons (or both) are filled.
Xor = 3
Create regions where either subject or clip polygons are filled but not where both are filled.