中文
Appearance
Random.NextFloatRanged(min, max)
Random
返回在 min 到 max 范围内的随机浮点数。
number
let num = Random.NextFloatRanged(1,10); Debug.Log(num);