Header menu logo Nu

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

Contains

Full Usage: Contains

Field type: ContainmentType
Modifiers: static

Indicates that one bounding volume completely contains another volume.

Field type: ContainmentType

Disjoint

Full Usage: Disjoint

Field type: ContainmentType
Modifiers: static

Indicates that there is no overlap between two bounding volumes.

Field type: ContainmentType

Intersects

Full Usage: Intersects

Field type: ContainmentType
Modifiers: static

Indicates that bounding volumes partially overlap one another.

Field type: ContainmentType

value__

Full Usage: value__

Field type: int
Modifiers: mutable
Field type: int

Type something to start searching.