Enum CsgShape3D.OperationEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum CsgShape3D.OperationEnum : long
Fields
Intersection = 1Only intersecting geometry remains, the rest is removed.
Subtraction = 2The second shape is subtracted from the first, leaving a dent with its shape.
Union = 0Geometry of both primitives is merged, intersecting geometry is removed.