Click or drag to resize

CSGShapeOperationEnum Enumeration

[Missing <summary> documentation for "T:Godot.CSGShape.OperationEnum"]

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

Geometry of both primitives is merged, intersecting geometry is removed.

Intersection1

Only intersecting geometry remains, the rest is removed.

Subtraction2

The second shape is subtracted from the first, leaving a dent with its shape.

See Also