Enum ContainmentType
Defines how the bounding volumes intersects or contain one another.
public enum ContainmentType
Fields
Contains = 1Indicates that one bounding volume completely contains another volume.
Disjoint = 0Indicates that there is no overlap between two bounding volumes.
Intersects = 2Indicates that bounding volumes partially overlap one another.