English
Appearance
Vector2.minChannel
Vector2
(Read Only) Gets the minimum component of the current vector.
number
let rhs = new Vector2(3, 4); Debug.Log(rhs.maxChannel); // 3