中文
Appearance
Vector3.abs
Vector3
(只读)当前向量取反的结果。
let lhs = new Vector3(1,-2,-3); Debug.Log("(1,-2,-3) abs is",lhs.abs);