This topic has not yet been rated - Rate this topic

ContainmentType Enumeration

Indicates the extent to which bounding volumes intersect or contain one another.

Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

public enum ContainmentType
 Member nameDescription
ContainsIndicates that one bounding volume completely contains the other.
DisjointIndicates there is no overlap between the bounding volumes.
IntersectsIndicates that the bounding volumes partially overlap.

Xbox 360, Windows XP SP2, Windows Vista

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.