Skip to content

format

typescript
Vector2.minChannel

class: Vector2

description

(Read Only) Gets the minimum component of the current vector.

parameter

param_nametypedescription

reture

typedescription
number

code example

typescript
let rhs = new Vector2(3, 4);
Debug.Log(rhs.maxChannel); // 3