This is preliminary documentation and is subject to change.
Describes how one bounding volume contains another.
| C# | Visual Basic | C++/CLI |
public enum ContainmentType
Public Enumeration ContainmentType
public enum class ContainmentType
| Member | Description |
|---|---|
| Intersects |
The two bounding volumes overlap.
|
| Disjoint |
The two bounding volumes don't intersect at all.
|
| Contains |
One bounding volume completely contains another.
|
Assembly: SlimDX (Module: SlimDX)