Beispiel #1
0
 public static AwaitInstructionAwaiter <WaitForFrames> WaitFixedUpdate(this MonoBehaviour mono)
 => FixedUpdate.ConfigureAwait(mono);
Beispiel #2
0
 public static AwaitInstructionAwaiter <WaitForFrames> WaitFixedUpdate(this Job job)
 => FixedUpdate.ConfigureAwait(job.Token);