Class ContainmentType
Describes how one bounding volume contains another.
Inheritance
System.Object
    ContainmentType
    Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class ContainmentType : EnumFields
Contains
One bounding volume completely contains another.
Declaration
public const ContainmentType ContainsField Value
| ContainmentType 
 | 
Disjoint
The two bounding volumes don't intersect at all.
Declaration
public const ContainmentType DisjointField Value
| ContainmentType 
 | 
Intersects
The two bounding volumes overlap.
Declaration
public const ContainmentType IntersectsField Value
| ContainmentType 
 | 
value__
Declaration
public int value__Field Value
| System.Int32 
 |