Table of Contents

Class AsyncOperationExtensions

Namespace
TAssetBundle
Assembly
TAssetBundle.dll
public static class AsyncOperationExtensions
Inheritance
AsyncOperationExtensions
Inherited Members

Methods

ToTask<T>(T)

Returns an AsyncOperation as a Task

public static Task<T> ToTask<T>(this T asyncOperation) where T : AsyncOperation

Parameters

asyncOperation T

Returns

Task<T>

Type Parameters

T