Search Results for

    Show / Hide Table of Contents

    Class PlaneIntersectionType

    Describes the result of an intersection with a plane in three dimensions.

    Inheritance
    System.Object
    PlaneIntersectionType
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class PlaneIntersectionType : Enum

    Fields

    Back

    The object is behind the plane.

    Declaration
    public const PlaneIntersectionType Back
    Field Value
    PlaneIntersectionType

    Front

    The object is in front of the plane.

    Declaration
    public const PlaneIntersectionType Front
    Field Value
    PlaneIntersectionType

    Intersecting

    The object is intersecting the plane.

    Declaration
    public const PlaneIntersectionType Intersecting
    Field Value
    PlaneIntersectionType

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    • Fields
      • Back
      • Front
      • Intersecting
      • value__
    • Extension Methods
    Back to top Copyright © 2012-2024 Wojciech Figat