判斷題InvokeRepeating第二個參數(shù)決定重復(fù)執(zhí)行的時間。()

您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題我們在使用unity3D引擎過程中,協(xié)程函數(shù)返回值為什么類型?()

A.IEnumerator
B.Instantiate
C.IEnumerable
D.IEqualityComparer

3.單項選擇題unity3d中,協(xié)程函數(shù)中等待當前幀執(zhí)行完使用哪個API?()

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

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

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

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

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