ContainmentTypeΒΆ

enum ContainmentType : System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Defines how the bounding volumes intersects or contain one another.

ContainmentType Disjoint

Indicates that there is no overlap between two bounding volumes.

ContainmentType Contains

Indicates that one bounding volume completely contains another volume.

ContainmentType Intersects

Indicates that bounding volumes partially overlap one another.