CSGShapeOperationEnum Enumeration |
[Missing <summary> documentation for "T:Godot.CSGShape.OperationEnum"]
Namespace: Godot
public enum OperationEnum
Member name | Value | Description | |
---|---|---|---|
Union | 0 | Geometry of both primitives is merged, intersecting geometry is removed. | |
Intersection | 1 | Only intersecting geometry remains, the rest is removed. | |
Subtraction | 2 | The second shape is subtracted from the first, leaving a dent with its shape. |