예제 #1
0
 public static AwaitInstructionAwaiter <WaitForFrames> WaitFixedUpdate(this MonoBehaviour mono)
 => FixedUpdate.ConfigureAwait(mono);
예제 #2
0
파일: Wait.Job.cs 프로젝트: Hoodrij/Core
 public static AwaitInstructionAwaiter <WaitForFrames> WaitFixedUpdate(this Job job)
 => FixedUpdate.ConfigureAwait(job.Token);