單項(xiàng)選擇題使用unity3D引擎編寫代碼過程中,Random類的成員變量和成員函數(shù)中那個(gè)可以用來設(shè)置隨機(jī)數(shù)生成器的種子。()

A.seed
B.value
C.Range
D.rotation


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題產(chǎn)生一個(gè)隨機(jī)數(shù)的代碼:print(Random.()(1,6))。

A.random
B.RandomSeed
C.RandomRange
D.Range

2.多項(xiàng)選擇題使用unity3D引擎編寫代碼過程中,下面有關(guān)腳本生命周期的函數(shù)描述正確的是()。

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