docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct XrFutureCancelInfoEXT

    The cancel info struct used by OpenXRNativeApi.xrCancelFutureEXT. Provided by XR_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 XrFutureCancelInfoEXT
    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 FutureCancelInfoEXT.

    Constructors

    XrFutureCancelInfoEXT(ulong)

    Construct an instance with a null next pointer.

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

    The future to cancel.

    See Also
    xrCancelFutureEXT(ulong, in XrFutureCancelInfoEXT)
    xrCancelFutureEXT(in XrFutureCancelInfoEXT)

    XrFutureCancelInfoEXT(void*, ulong)

    Construct an instance.

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

    The next pointer.

    ulong future

    The future to cancel.

    See Also
    xrCancelFutureEXT(ulong, in XrFutureCancelInfoEXT)
    xrCancelFutureEXT(in XrFutureCancelInfoEXT)

    Properties

    future

    The future to cancel.

    Declaration
    public ulong future { get; }
    Property Value
    Type Description
    ulong
    See Also
    xrCancelFutureEXT(ulong, in XrFutureCancelInfoEXT)
    xrCancelFutureEXT(in XrFutureCancelInfoEXT)

    next

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

    Declaration
    public void* next { get; }
    Property Value
    Type Description
    void*
    See Also
    xrCancelFutureEXT(ulong, in XrFutureCancelInfoEXT)
    xrCancelFutureEXT(in XrFutureCancelInfoEXT)

    type

    The XrStructureType of this struct: FutureCancelInfoEXT.

    Declaration
    public XrStructureType type { get; }
    Property Value
    Type Description
    XrStructureType
    See Also
    xrCancelFutureEXT(ulong, in XrFutureCancelInfoEXT)
    xrCancelFutureEXT(in XrFutureCancelInfoEXT)

    See Also

    xrCancelFutureEXT(ulong, in XrFutureCancelInfoEXT)
    xrCancelFutureEXT(in XrFutureCancelInfoEXT)
    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)