Skip to content

格式

typescript
Vector2.minChannel

所属类: Vector2

描述

(只读)获取当前向量的最小分量。

参数

参数名类型描述

返回值

类型描述
number

代码示例

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