中文
Appearance
Vector3.normalized
Vector3
(只读)当前向量的归一化向量。
let lhs = new Vector3(1,-2,-3); Debug.Log("(1,-2,-3) normalized is",lhs.normalized);