This version of Unity is unsupported.

Awaitable<T0>

class in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Description

Awaitable type used to expose asynchronous code, as well as an async return type specifically tailored for Unity.

Public Methods

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