ContainmentType Type
Defines how the bounding volumes intersects or contain one another. Copied from - https://github.com/MonoGame/MonoGame/blob/v3.8/MonoGame.Framework/ContainmentType.cs
Record fields
Record Field | Description |
|
Indicates that one bounding volume completely contains another volume.
|
|
Indicates that there is no overlap between two bounding volumes.
|
|
Indicates that bounding volumes partially overlap one another.
|
Full Usage:
value__
Field type: int
Modifiers: mutable |
|