Lines Matching refs:Vector2
30 type Position = Vector2
40 | [Vector2](#vector2) | 包含x和y两个值的向量。<br/>单位:vp |
73 type Pivot = Vector2
83 | [Vector2](#vector2) | 轴心的x和y轴坐标。该参数为浮点数,默认值为0.5, 取值范围为[0.0, 1.0]。 |
87 type Scale = Vector2
97 | [Vector2](#vector2) | x和y轴的缩放参数。该参数为浮点数,默认值为1.0。 |
101 type Translation = Vector2
111 | [Vector2](#vector2) | x和y轴的平移量。<br/>单位:px |
129 type Offset = Vector2
139 | [Vector2](#vector2) | x和y轴方向的偏移量。<br/>单位:vp |
169 ## Vector2 section
784 type CornerRadius = Corners\<Vector2>
794 | [Corners](#cornerst12)[\<Vector2>](#vector2) | 四个角的圆角度数。 |