中文
Appearance
Vector3.minChannel
Vector3
(只读)向量中最小的分量值。
number
let lhs = new Vector3(1,-2,-3); Debug.Log("(1,-2,-3) minChannel is",lhs.minChannel);