Version: 2023.2
言語: 日本語

Awaitable<T0>

class in UnityEngine

マニュアルに切り替える

説明

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

Public 関数

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