Click or drag to resize

GeometryPolyBooleanOperation Enumeration

[Missing <summary> documentation for "T:Godot.Geometry.PolyBooleanOperation"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum PolyBooleanOperation
Members
  Member nameValueDescription
Union0

Create regions where either subject or clip polygons (or both) are filled.

Difference1

Create regions where subject polygons are filled except where clip polygons are filled.

Intersection2

Create regions where both subject and clip polygons are filled.

Xor3

Create regions where either subject or clip polygons are filled but not where both are filled.

See Also