UniTask
Show / Hide Table of Contents

YieldAwaitable Struct

Namespace: Cysharp.Threading.Tasks
Assembly: cs.temp.dll.dll
public readonly struct YieldAwaitable

Members

Constructors

Name Description
YieldAwaitable(PlayerLoopTiming)

Methods

Name Description
GetAwaiter()
ToUniTask()

Constructors

YieldAwaitable(PlayerLoopTiming)

public YieldAwaitable(PlayerLoopTiming timing)
Parameters
timing PlayerLoopTiming

Methods

GetAwaiter()

public readonly YieldAwaitable.Awaiter GetAwaiter()
Returns
YieldAwaitable.Awaiter

ToUniTask()

public readonly UniTask ToUniTask()
Returns
UniTask
Back to top Copyright © Cysharp, Inc. | Generated by DocFX