多項選擇題在使用unity3D引擎過程中,Time類中靜態(tài)屬性包括()。

A.time
B.timeScale
C.deltaTime
D.timeSinceLevelLoad


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題在使用unity3D引擎過程中,Unity中使物體移動,可以通過()。

A.尋路系統(tǒng)
B.剛體
C.角色控制器
D.Transform類中的相關函數(shù)

2.多項選擇題在使用unity3D引擎過程中,yield return后面可以加的內(nèi)容有()。

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