class in AdvancedSceneManager.Utility
Provides an awaiter for coroutines, allowing them to be awaited like tasks.
Remarks:
See also TaskUtility.GetAwaiter.
| Member | Description |
|---|---|
bool IsCompleted |
Gets whether the coroutine has completed. |
| Member | Description |
|---|---|
void GetResult() |
Retrieves the result of the coroutine. |
void OnCompleted(Action continuation) |
Registers a continuation to be invoked when the coroutine completes. |