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