-
Notifications
You must be signed in to change notification settings - Fork 0
使用VexGui
LK520 edited this page Apr 28, 2018
·
3 revisions
要使用VexView显示一个自定义的GUI界面,使用到的最基本的对象就是:VexGui
这个对象含有以下属性:
- url 图片URL链接
- x 贴图显示的x坐标
- y 贴图显示的y坐标
- w 贴图的实际宽度
- h 贴图的实际高度
- ys 贴图的显示宽度(可用于缩放)
- xs 贴图的显示高度(可用于缩放)
- lvc GUI包含的组件(VexComponents)
"组件"包括:按钮、文本内容、图片 组件将在后面进行介绍。
你可以使用addComponent()等方法,为一个VexGui对象添加组件。
If you have any other questions, welcome to our Discord
Thanks to the translators: ☁ Danniel ☁ (English/Spanish)