大约有 1,070 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0060 秒)
Laya_社区(958) Laya2.0_文档(30) Laya3.0_api(19) Laya3.0_文档(17) laya_api(13) Laya_示例(13) Laya2.0_api(13) Laya2.0_示例(7)
...nsole.log("2d gamescene onEnable"); let btn:Laya.Button = LayaUtil.GetChildByPath(this.owner, "CreatePanel/BtnCreate"); btn.clickHandler = Laya.Handler.create(this, this.onClickCreate) this.drawGrid(); } onClickC...
来源: Laya_社区 发布时间: 20231221
...-13 0 0 分享 微博 QZONE 微信 甜豆 赞同来自: 已经放弃laya的button组件,不太友好,自己写一个组件吧 2019-06-04 0 0 分享 微博 QZONE 微信 kura 赞同来自: 按钮效果各有各的需求,官方组件支持多个状态吧,其它效果就得自己写了。 2019-0...
来源: Laya_社区 发布时间: 20181020
...少,直接上代码 先预加载 skinsSecond.push( { url:"allResources/qfbutton.png", type:Loader.IMAGE }); 然后就是一些和服务器交互的操作了,在接到某一条数据,需要用到资源的时候的代码; for (var i:Number = 0; i < allArea.length;i++) { ...
来源: Laya_社区 发布时间: 20170320
...:https://layaair.ldc.layabox.com/demo/?2d&UI&List 给list中的button添加点击:https://ask.layabox.com/question/4482 2017-11-04 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zhengguojin101 相关问题 请问LayaAir中...
来源: Laya_社区 发布时间: 20171104
...x 正交 相机的size。和U3D 正交相机的size啥关系啊! 对ScaleButton所在的容器设置cacheAs="bitmap"是否合适 请问Native下,怎么将二进制的图片转换为bitmap或者texture? 将ui设置为bitmap,当鼠标悬浮在button上时,会导致ui重绘,有什么方法...
来源: Laya_社区 发布时间: 20171110
...lass() export class NewScript extends Laya.Script { @property({ type: Laya.Button }) public uiBtn: Laya.Button; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { this.uiBtn.on(Laya.Event.CLICK, th...
来源: Laya3.0_文档 发布时间: 20241014
...s/Company/Emerson-AirWar/EmersonGame/bin/libs/laya.core.js:724:59) at Button.__proto.event (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/bin/libs/laya.core.js:499:30) at TouchManager.__proto.sendEvents (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/bin/libs/laya.core.js:33...
来源: Laya_社区 发布时间: 20180709
...rectly to this message. Guideline 4.0 - Design Your app includes an update button or alerts the user to update the app, but the update button or alert does not link directly to the app’s page on the App Store. Please see attached screenshots for details. Next Steps To resolve this issue, please en...
来源: Laya_社区 发布时间: 20171221
... } } var lock :Button = cell.getChildByName("lock") as Button; if(lock){ lock.visible = HostData.array[index].lock;//默认角色购买锁定状态赋值 ...
来源: Laya_社区 发布时间: 20180503
...方法创建的对象,没办法绑定事件监听? var bt = new Laya.Button("comp/btn_start.png","测试按钮"); bt.on(Laya.Event.CLICK, this, this.click); Laya.stage.addChild(bt); function click() { console.log("??????????"); } 点击之后没有翻译,按钮也...
来源: Laya_社区 发布时间: 20170421