English
Appearance
Vector4.minChannel
Vector4
(Read Only) Gets the minimum component of the current vector.
number
let lhs = new Vector4(1, 2, 3, 4); Debug.Log(lhs.minChannel); // 1