Struct in Yarn.Unity
Inherits from System.ValueType
System.ValueType
public partial struct YarnTask
Delay(int,CancellationToken)
Delay(TimeSpan,CancellationToken)
Creates a YarnTask that delays for the time indicated by timeSpan , and then returns.
timeSpan
Forget()
FromResult(T)
GetAwaiter()
IsCompleted()
IsCompletedSuccessfully()
SuppressCancellationThrow()
ToCoroutine(Func)
WaitForAsyncOperation(AsyncOperationHandle,CancellationToken)
WaitUntil(System.Func,System.Threading.CancellationToken)
WaitUntilCanceled(System.Threading.CancellationToken)
WhenAll(IEnumerable)
WhenAll(YarnTask[])
WhenAll(IEnumerable<YarnTask>)
Yield()
CompletedTask
Last updated 8 months ago
Was this helpful?