中文
Appearance
Random.NextIntRanged(min, max)
Random
返回在 min 到 max 范围内的随机整数。
number
let num = Random.NextIntRange(); Debug.Log(num);