docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct XrCompositionLayerProjection

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.XR.OpenXR.NativeTypes
    Assembly: Unity.XR.OpenXR.dll
    Syntax
    public struct XrCompositionLayerProjection

    Fields

    LayerFlags

    Bitmask of XrCompositionLayerFlags describing flags to apply to the layer.

    Declaration
    public XrCompositionLayerFlags LayerFlags
    Field Value
    Type Description
    XrCompositionLayerFlags

    Next

    Pointer to the next structure in a structure chain.

    Declaration
    public void* Next
    Field Value
    Type Description
    void*

    Space

    The XrSpace in which the layer will be kept stable over time.

    Declaration
    public ulong Space
    Field Value
    Type Description
    ulong

    Type

    The XrStructureType of this structure.

    Declaration
    public uint Type
    Field Value
    Type Description
    uint

    ViewCount

    The count of views in the views array. This must be equal to the number of view poses returned by xrLocateViews.

    Declaration
    public uint ViewCount
    Field Value
    Type Description
    uint

    Views

    The array of type XrCompositionLayerProjectionView containing each projection layer view.

    Declaration
    public XrCompositionLayerProjectionView* Views
    Field Value
    Type Description
    XrCompositionLayerProjectionView*
    In This Article
    Back to top
    Copyright © 2024 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)