• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 61 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0055 秒)

11. laya.ui.CheckBox_API3.0 [ 91%]

...出选中状态: checkBox.selected = " + checkBox.selected); } } Hierarchy Button CheckBox Implements ISelect Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWi...

来源: Laya3.0_api 发布时间: 20231115

12. LayaBox HelloWorld实战 [ 87%]

...编辑模式,在Basics目录下找到UI目录,在UI目录里面找到Button并拖拽到场景中,修改它的通用属性var为btnShow,常用属性label为helloworld   经过这两步我们的游戏场景就大功告成了。 第三步:我们把窗口切换到IDE的代码模式,在src...

来源: Laya_社区 发布时间: 20190117

13. 资源管理器(ActionScript-IDE篇(AS3)-设计模式基础) [ 87%]

..._ | input_ | | TextArea | 带滚动条的文本域 | textarea_ | area_ | | Button | 按钮 | button_ | btn_ | | CheckBox | 多选框 | checkbox_ | check_ | | Radio | 单选框 | radio_ | -- | | Tab | 标签 | tab_ | -- | | RadioGroup | 单选框按钮组 | radiogroup_ | -- | | VSlider | 垂直滑动...

来源: Laya2.0_文档 发布时间: 20210714

14. 资源管理器(TypeScript-IDE篇(TS)-设计模式基础) [ 87%]

..._ | input_ | | TextArea | 带滚动条的文本域 | textarea_ | area_ | | Button | 按钮 | button_ | btn_ | | CheckBox | 多选框 | checkbox_ | check_ | | Radio | 单选框 | radio_ | -- | | Tab | 标签 | tab_ | -- | | RadioGroup | 单选框按钮组 | radiogroup_ | -- | | VSlider | 垂直滑动...

来源: Laya2.0_文档 发布时间: 20210715

15. 资源管理器(JavaScript-IDE篇(JS)-设计模式基础) [ 87%]

..._ | input_ | | TextArea | 带滚动条的文本域 | textarea_ | area_ | | Button | 按钮 | button_ | btn_ | | CheckBox | 多选框 | checkbox_ | check_ | | Radio | 单选框 | radio_ | -- | | Tab | 标签 | tab_ | -- | | RadioGroup | 单选框按钮组 | radiogroup_ | -- | | VSlider | 垂直滑动...

来源: Laya2.0_文档 发布时间: 20210714

16. 【建议】绑定数据dataSource属性的时候加一个判断布尔型。 [ 87%]

...置,应该用什么缓动模式 请问layaide如何创建一个复合的Button 一个3D正方体模型,想给它六个面贴不同的贴图,该如何处理? 问题状态 最新活动: 2016-10-26 19:57 浏览: 2114 关注: 2 人 q12647 • 2016-10-27 09:45 那像button,labal这样的呢? ...

来源: Laya_社区 发布时间: 20161026

17. laya.ui.ComboBox [ 84%]

...域底边之间的垂直距离(以像素为单位)。 UIComponent  button : Button[read-only] 获取对 ComboBox 组件所包含的 Button 组件的引用。 ComboBox cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,...

来源: Laya2.0_api 发布时间: 20190513

18. laya.ui.ComboBox [ 82%]

...区域底边之间的垂直距离(以像素为单位)。 Component  button : Button[read-only] 获取对 ComboBox 组件所包含的 Button 组件的引用。 ComboBox cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存...

来源: laya_api 发布时间: 20170929

19. laya.ui.Dialog_API3.0 [ 80%]

...ame 为" + name +"的组件,关闭了dialog。"); } } } } import laya.ui.Button; import laya.ui.Dialog; import laya.ui.Image; class Dialog_Instance extends Dialog { function Dialog_Instance():void { var bg:Image = new Image("resource/ui/bg.png"); bg.sizeGrid = "40,10,5,10"; bg.width = 150; bg.heig...

来源: Laya3.0_api 发布时间: 20231115

20. 一个可能的关于Laya.stage.size()的BUG [ 80%]

...ze()的BUG 初始舞台720 * 1280,弄一个页面,页面中只有一个Button,按下button的作用是把当前页面删除,然后添加另外一个页面。添加页面的同时用Laya.stage.size设置这个舞台的大小为 1280 * 720。 手速慢的情况下,可以顺利切换到1280 * 7...

来源: Laya_社区 发布时间: 20180104