Enum ContainmentType
- Namespace
- Stride.Core.Mathematics
- Assembly
- Stride.Core.Mathematics.dll
Describes how one bounding volume contains another.
public enum ContainmentTypeFields
- Contains = 1
- One bounding volume completely contains another. 
- Disjoint = 0
- The two bounding volumes don't intersect at all. 
- Intersects = 2
- The two bounding volumes overlap.