Version: 2023.1
언어: 한국어

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.