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

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

231. laya.ui.ISelect [ 67%]

...ectProperties Packagelaya.uiInterfacepublic interface ISelectImplementors Button ISelect 接口,实现对象的 selected 属性和 clickHandler 选择回调函数处理器。 Public Properties PropertyDefined By  clickHandler : Handler 对象的点击事件回掉函数处理器。 ISelect  s...

来源: laya_api 发布时间: 20170929

232. laya.ui.ISelect [ 67%]

...ectProperties Packagelaya.uiInterfacepublic interface ISelectImplementors Button ISelect 接口,实现对象的 selected 属性和 clickHandler 选择回调函数处理器。 Public Properties PropertyDefined By  clickHandler : Handler 对象的点击事件回掉函数处理器。 ISelect  s...

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

233. UI组件详解 · LayaAir3.0文档 · LAYABOX [ 67%]

...资源文件名前缀 资源文件名前缀缩写 Image 图像 image_ img_ Button 按钮 button_ btn_ ComboBox 下拉框 comboBox_ combo_ TextInput 文本输入 textInput_ input_ TextArea 文本域 textArea_ area_ CheckBox 多选框 checkBox_ check_ Label 显示文本 label_ 无缩写 RadioGroup 单...

来源: Laya3.0_文档 发布时间: 20230919

234. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 67%]

...Color; /** * 编辑器默认的文字颜色 */ textColor: gui.Color; createButton(autoSize?: boolean): gui.Button; createIconButton(flat?: boolean): gui.Button; createCheckbox(autoSize?: boolean): gui.Button; createIconCheckbox(flat?: boolean): gui.Button; createRadio(): gui.Button; createComboBox()...

来源: Laya3.0_文档 发布时间: 20240918

235. UI中创建的自定义Box怎么复制 [ 67%]

...可能存在bug 排行榜的创建 请问layaide如何创建一个复合的Button 自定义场景类导出layaMaxUI.ts有前缀导致报错 做复制文本到粘贴板时遇到的奇怪问题 创建的3d模型一直在中间,不能移动 IDE创建UI实例 _鼠标事件问题 问题状态 最新活...

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

236. 添加dom原生元素层级问题 [ 67%]

...触发ClipboardJS 实现复制粘贴功能 代码如下: 但是添加的button被layaContainer给遮住,zIndex我怎么调都没用,怎么设置让button在layaContainer上面呢?或者有其他方式实现复制功能?   附件 : --> TestUI.rar 2018-10-10 添加评论 免费帖 --> 分...

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

237. 请问ui.list如何用代码控制直接回到第一行? [ 66%]

...内 相对于这个元素的坐标 请问layaide如何创建一个复合的Button 图集的质量可以控制吗 问题状态 最新活动: 2017-05-11 16:31 浏览: 868 关注: 2 人

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

238. 如何实例化UI界面里的组件 [ 66%]

...件 Laya 2.3添加了ColorFilterSetter组件之后无法运行 comp下的button.png第一次点击进入另一个界面,再在这个界面下点击时点击事件不生效? text组件在native2.0上运行会报错 使用设计界面编辑好一个小控件,怎么在代码里复制一份一样...

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

239. 创建ui为什么总是.scene文件 [ 66%]

...项目 IDE创建的UI 层级问题 请问layaide如何创建一个复合的Button 问题状态 最新活动: 2018-11-16 15:36 浏览: 920 关注: 3 人 tea • 2018-11-16 19:56 好吧 感谢

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

240. 点击list的时候触发的e.target永远是被点击的item? [ 66%]

...nerated method stub var cell:Box=my_list.getCell(index) as Box; var my_btn:Button=cell.getChildByName("my_btn") as Button; var my_clip:Clip=cell.getChildByName("my_clip") as Clip; my_btn.on(Event.CLICK,this,onBtnClick,["my_btn"]); my_clip.on(Event.CLICK,this,onClipClick,["my_clip"]); } private funct...

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