单项选择题

在u3d引擎中关于协程函数中,等待当前帧执行完是哪个选项()

A.yield new WaitForFixedUpdate()
B.yield new WaitForEndOfFrame()
C.yield new WaitForSeconds()
D.Wait