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