單項(xiàng)選擇題使用unity3D引擎開發(fā)游戲過程中,Camera的ClearFlags不包括哪一項(xiàng)。()

A.Skybox
B.Solid Color
C.Depth only
D.Default


您可能感興趣的試卷

你可能感興趣的試題

4.單項(xiàng)選擇題使用unity3D引擎開發(fā)游戲過程中,PlayerPref類不包括的方法有()。

A.DeleteAll()
B.DeleteKey()
C.key()
D.Save()

5.單項(xiàng)選擇題使用unity3D引擎開發(fā)游戲過程中,下列選項(xiàng)中有關(guān)腳本生命周期的函數(shù)描述錯(cuò)誤的是()。

A.Start函數(shù)執(zhí)行晚于Awake函數(shù)
B.LateUpdate函數(shù)每幀都會被調(diào)用
C.Update函數(shù)執(zhí)行晚于LateUpdate函數(shù)
D.Update函數(shù)執(zhí)行早于LateUpdate函數(shù)