|
Kanda Foundation 0.2.0
|
Custom await for a Unity AsyncOperation allowing it to be awaited in async/await context. More...
Inheritance diagram for AsyncUtils.AsyncOperationAwaiter:Public Member Functions | |
| AsyncOperationAwaiter (AsyncOperation asyncOperation) | |
| void | OnCompleted (Action continuation) |
| void | GetResult () |
Properties | |
| bool | IsCompleted [get] |
Custom await for a Unity AsyncOperation allowing it to be awaited in async/await context.