Search Results for

    Show / Hide Table of Contents

    Enum XRPlaneDetectionType

    Options for whether and how flat surfaces are detected in captured images.

    Namespace: Evergine.Framework.XR.TrackableItems.Planes
    Assembly: Evergine.Framework.dll
    Syntax
    public enum XRPlaneDetectionType

    Fields

    Name Description
    Horizontal

    Detection of horizontal planes only is enabled.

    HorizontalAndVertical

    Detects both horizontal and vertical planes.

    None

    Plane detection is disabled.

    Vertical

    Detection of vertical planes only is enabled.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX