docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct XrFuturePollInfoEXT

    The poll info struct used by OpenXRNativeApi.xrPollFutureEXT. Provided by EXT_future.

    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 readonly struct XrFuturePollInfoEXT
    Remarks
    Warning

    Don't initialize this struct with the default parameterless constructor. Use a constructor with parameters to ensure that type is correctly initialized to FuturePollInfoEXT.

    Constructors

    XrFuturePollInfoEXT(ulong)

    Construct an instance with a null next pointer.

    Declaration
    public XrFuturePollInfoEXT(ulong future)
    Parameters
    Type Name Description
    ulong future

    The future being polled.

    XrFuturePollInfoEXT(void*, ulong)

    Construct an instance.

    Declaration
    public XrFuturePollInfoEXT(void* next, ulong future)
    Parameters
    Type Name Description
    void* next

    The next pointer.

    ulong future

    The future being polled.

    Properties

    future

    The future being polled.

    Declaration
    public ulong future { get; }
    Property Value
    Type Description
    ulong

    next

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

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

    type

    The XrStructureType of this struct: FuturePollInfoEXT.

    Declaration
    public XrStructureType type { get; }
    Property Value
    Type Description
    XrStructureType

    See Also

    xrPollFutureEXT(ulong, in XrFuturePollInfoEXT, out XrFuturePollResultEXT)
    xrPollFutureEXT(in XrFuturePollInfoEXT, out XrFuturePollResultEXT)
    In This Article
    Back to top
    Copyright © 2026 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)