Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat