docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator implicit operator

    implicit operator AsyncOperationHandle(AsyncOperationHandle<TObject>)

    Conversion from typed to non typed handles. This does not increment the reference count. To convert from non-typed back, use AsyncOperationHandle.Convert<T>()

    Declaration
    public static implicit operator AsyncOperationHandle(AsyncOperationHandle<TObject> obj)
    Parameters
    Type Name Description
    AsyncOperationHandle<TObject> obj

    The typed handle to convert.

    Returns
    Type Description
    AsyncOperationHandle

    Returns the converted operation handle.

    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)