Vixen
02b45cc4
csharp
public enum BooleanOperation

Which boolean two solids are combined by.

Read the guide page for this →

Fields and properties (3)

  • Union

    Everything in either of them.

  • Difference

    Everything in the first that is not in the second.

  • Intersection

    Only what is in both.

Used by (7)

  • MeshBooleanVixen.Geometry
  • MeshBooleanPropertyTestsVixen.Geometry.Tests
  • MeshBooleanTestsVixen.Geometry.Tests
  • BlockoutBooleanVixen.Editor.Blockout
  • CsgNodeVixen.Editor.SceneView
  • SceneCsgVixen.Editor.SceneView
  • SceneSerializerVixen.Editor.SceneView