界面 / UITransform
UITransform Class
Transform
Table of contents
Properties
position: Vector2 |
---|
位置 |
size: Vector2 |
大小 |
构造
Parameters
x number | 位置 Position.X range:不超过屏幕坐标,关于屏幕坐标详情请看 class Vector2 type: 浮点数 |
---|---|
y number | 位置 Position.Y range:不超过屏幕坐标,关于屏幕坐标详情请看 class Vector2 type: 浮点数 |
w number | 大小 Size.W 宽 range:不做限制 type: 浮点数 |
h number | 大小 Size.H 高 range:不做限制 type: 浮点数 |
• new UITransform(xy
, wh
)
通过点构造
Parameters
xy Vector2 | 位置 |
---|---|
wh Vector2 | 大小 |
Properties
position
• position: Vector2
位置
size
• size: Vector2
大小