ContainmentType Enum
Namespace: Stride.Core.MathematicsAssembly: Stride.Core.Mathematics.dll
Describes how one bounding volume contains another.
public enum ContainmentType
Fields
| Name | Description |
|---|---|
| Contains | One bounding volume completely contains another. |
| Disjoint | The two bounding volumes don't intersect at all. |
| Intersects | The two bounding volumes overlap. |