多项选择题

在使用unity3D引擎过程中,yield return后面可以加的内容有()。

A.new WaitForSeconds(2)
B.new WaitForFixedUpdate()
C.WaitForEndOfFrame()
D.StartCoroutine(other coroutine)