docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Acquire

    Acquire<TObject>(AsyncOperationHandle<TObject>)

    Increment reference count of operation handle.

    Declaration
    public AsyncOperationHandle<TObject> Acquire<TObject>(AsyncOperationHandle<TObject> handle)
    Parameters
    Type Name Description
    AsyncOperationHandle<TObject> handle

    The handle to the resource to increment the reference count for.

    Returns
    Type Description
    AsyncOperationHandle<TObject>

    A new handle to the operation. This handle must also be released.

    Type Parameters
    Name Description
    TObject

    The expected object type for the operations.

    Acquire(AsyncOperationHandle)

    Increment reference count of operation handle.

    Declaration
    public void Acquire(AsyncOperationHandle handle)
    Parameters
    Type Name Description
    AsyncOperationHandle handle

    The handle to the resource to increment the reference count for.

    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)