單項選擇題我們在使用unity3D引擎過程中,協(xié)程中等待幾秒執(zhí)行用哪個API。()

A.WaitForFixedUpdate
B.WaitForEndOfFrame
C.WaitForSeconds
D.Wait


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題以下的生命周期函數(shù),執(zhí)行順序正確的是()。

A.Awake-Start-Update
B.Start-Awake-update
C.update-Start-Awake
D.Awake-update-Start

2.單項選擇題我們在使用unity3D引擎過程中,關(guān)于生命周期函數(shù)說法錯誤的是()。

A.Awake在生命周期中只執(zhí)行一次
B.Awake早于Start執(zhí)行
C.Update每幀都會執(zhí)行
D.不能在Awake中寫for循環(huán)