Enum ContainmentType
Describes how one bounding volume contains another.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public enum ContainmentType
Fields
Name | Description |
---|---|
Contains | One bounding volume completely contains another. |
Disjoint | The two bounding volumes don't intersect at all. |
Intersects | The two bounding volumes overlap. |