docs.unity3d.com
    Show / Hide Table of Contents

    Operator Implicit

    Implicit(AsyncOperationHandle<TObject> to AsyncOperationHandle)

    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.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023