Cancel()
Cancel the awaitable. If the awaitable is being awaited, the awaiter will get a System.OperationCanceledException.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public void Cancel()