docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct XrBaseInStructure

    Convenience type for iterating (read only).

    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 XrBaseInStructure

    Constructors

    XrBaseInStructure(XrStructureType)

    Construct an instance with a null next pointer.

    Declaration
    public XrBaseInStructure(XrStructureType type)
    Parameters
    Type Name Description
    XrStructureType type

    The structure type.

    XrBaseInStructure(XrStructureType, void*)

    Construct an instance.

    Declaration
    public XrBaseInStructure(XrStructureType type, void* next)
    Parameters
    Type Name Description
    XrStructureType type

    The structure type.

    void* next

    The next pointer.

    Properties

    next

    null or a pointer to the next structure in a structure chain.

    Declaration
    public void* next { readonly get; set; }
    Property Value
    Type Description
    void*

    type

    The XrStructureType of this structure.

    Declaration
    public readonly XrStructureType type { get; }
    Property Value
    Type Description
    XrStructureType
    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)