Enumerates containment results used for tests between bounding boxes
and frustums.
| C# |
public enum ContainmentType
| Member | Description |
|---|---|
| Outside |
Indicates the two volumes do not overlap one another at all.
|
| Inside |
Indicates that one volume is completely inside the other.
|
| Intersects |
Indicates there is partial overlap between the two volumes.
|
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)