Class TAsyncOperation
- Namespace
- TAssetBundle
- Assembly
- TAssetBundle.dll
Asynchronous operation (no parameters)
public class TAsyncOperation : TAsyncOperationBase, IAsyncOperation, IEnumerator
- Inheritance
-
TAsyncOperation
- Implements
- Inherited Members
- Extension Methods
Methods
Clear()
Initializes the asynchronous operation
public override void Clear()
Events
OnComplete
Event triggered when the operation is completed
public event Action OnComplete