Search Results for

    Show / Hide Table of Contents

    Enum XROverlayType

    Indicates whether the layer appears behind or in front of other content in the scene.

    Namespace: Evergine.Framework.XR.Passthrough
    Assembly: Evergine.Framework.dll
    Syntax
    public enum XROverlayType

    Fields

    Name Description
    None

    Disables the overlay.

    Overlay

    The layer appears in front of the rendered content.

    Underlay

    The layer appears behind the render content.

    Extension Methods

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