中文
Appearance
Random.RandomUnitVector()
Random
返回一个随机非负数Vector3。
Vector3
let num = Random.RandomUnitVector(); Debug.Log(num);