Indicates whether an object contains another object.
enum ContainmentType
{
DISJOINT = 0,
INTERSECTS = 1,
CONTAINS = 2
};
Namespace: Use DirectX
| Constant | Description |
|---|---|
| DISJOINT | The object does not contain the specified object. |
| INTERSECTS | The objects intersect. |
| CONTAINS | The object contains the specified object. |
Header: Declared in directxcollision.h.