Enum CsgShape3D.OperationEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum CsgShape3D.OperationEnum : long
Fields
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.
Union = 0
Geometry of both primitives is merged, intersecting geometry is removed.