Table of Contents

Enum ContainmentType

Namespace
Microsoft.Xna.Framework
Assembly
MonoGame.Framework.dll

Defines how the bounding volumes intersects or contain one another.

public enum ContainmentType

Fields

Contains = 1

Indicates that one bounding volume completely contains another volume.

Disjoint = 0

Indicates that there is no overlap between two bounding volumes.

Intersects = 2

Indicates that bounding volumes partially overlap one another.