中文
Appearance
Random.NextFloat()
Random
返回一个随机浮点数。
number
let num = Random.NextFloat(); Debug.Log(num);