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