docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct OpenXRCustomLayerHandler<T>.SwapchainCreatedOutput

    Container for swapchain related information that may be needed during the creation of the native OpenXR composition layer struct.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.XR.OpenXR.CompositionLayers
    Assembly: Unity.XR.OpenXR.dll
    Syntax
    protected struct OpenXRCustomLayerHandler<T>.SwapchainCreatedOutput

    Fields

    handle

    The handle of the created swapchain. Can be used to initialize the swapchain member of a native OpenXR composition layer struct.

    Declaration
    public ulong handle
    Field Value
    Type Description
    ulong

    secondStereoHandle

    The second handle of the created stereo swapchain. Can be used to initialize the swapchain member of a native OpenXR composition layer struct.

    Declaration
    public ulong secondStereoHandle
    Field Value
    Type Description
    ulong
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)