docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum XrFutureStateEXT

    Represents the possible states of a future.

    Namespace: UnityEngine.XR.OpenXR.NativeTypes
    Assembly: Unity.XR.OpenXR.dll
    Syntax
    public enum XrFutureStateEXT

    Fields

    Name Description
    Pending

    The state of a future that is waiting for the async operation to conclude. This is typically the initial state of a future returned from an async function.

    Ready

    The state of a future when the result of the async operation is ready. You can retrieve the result by calling the associated completion function.

    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)