Class TAsyncOperation<ResultType>
- Namespace
- TAsset
Bundle
- Assembly
- TAssetBundle.dll
Asynchronous operation (with result type)
Type Parameters
ResultType
- Inheritance
-
TAsyncOperation<ResultType>
- Implements
- Inherited Members
- Extension Methods
Properties
Result
The result of the operation
Property Value
- Result
Type
Methods
Clear()
Initializes the asynchronous operation
Events
OnComplete
Event triggered when the operation is completed
Event Type
- Action<ResultType>