Awaitable<T0>

class in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Description

Custom Unity type that can be awaited and used as an async return type in the C# asynchronous programming model.

Public Methods

CancelCancel the awaitable. If the awaitable is being awaited, the awaiter will get a System.OperationCanceledException.

Did you find this page useful? Please give it a rating: