Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    Extensions.ReflectiveCompare<ContainmentType>(ContainmentType)
    Extensions.DeepClone<ContainmentType>()
    Extensions.RawClone<ContainmentType>()
    In This Article
    Back to top Copyright © 2012-2021 Wojciech Figat