Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    PlaneIntersectionType Enum

    Namespace: Stride.Core.Mathematics
    Assembly: Stride.Core.Mathematics.dll

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

    public enum PlaneIntersectionType

    Fields

    Name Description
    Back

    The object is behind the plane.

    Front

    The object is in front of the plane.

    Intersecting

    The object is intersecting the plane.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<PlaneIntersectionType>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<PlaneIntersectionType>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article
    In This Article
    • Fields
    • Extension Methods

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation