單項(xiàng)選擇題我們?cè)谑褂胾nity3D引擎過程中,協(xié)程函數(shù)返回值為什么類型?()
A.IEnumerator
B.Instantiate
C.IEnumerable
D.IEqualityComparer
您可能感興趣的試卷
你可能感興趣的試題
1.單項(xiàng)選擇題unity3d中,協(xié)程函數(shù)中等待當(dāng)前幀執(zhí)行完使用哪個(gè)API?()
A.yield new WaitForFixedUpdate()
B.yield new WaitForEndOfFrame()
C.yield new WaitForSeconds()
D.Wait
2.單項(xiàng)選擇題我們?cè)谑褂胾nity3D引擎過程中,協(xié)程中等待幾秒執(zhí)行用哪個(gè)API。()
A.WaitForFixedUpdate
B.WaitForEndOfFrame
C.WaitForSeconds
D.Wait