大约有 53 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0025 秒)
... private var btn1:Button; private var btn2:Button; private var taskView:TaskUI; public function LayaUISample() { //初始化引擎 Laya.init(1334, 7...
来源: Laya_社区 发布时间: 20180425
....log(btn1_btn); // btn1_btn.label="first"; this.myvbox.addChild(btn1); var btn2=new ui.test.view_btnUI(); var btn2_btn:laya.ui.Button=btn2.getChildByName("btn") as laya.ui.Button; // btn2_btn.label="second"; this.myvbox.addChild(btn2); var btn3=new ui.test.view_btnUI(); var btn3_btn:laya.ui.Button=b...
来源: Laya_社区 发布时间: 20170725
...看起来有卡顿,不知道怎么回事? 代码如下: TimeLine.to(btn2, {rotation:5}, 1500).to(btn2, {rotation:0}, 1500).to(btn2, {rotation:-5}, 1500).to(btn2, {rotation:0}, 1500).play(0, true); 2018-05-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20180524
鼠标移动事件 我自己在官方给的例子中为btn2添加了鼠标移动事件,当我移动的时候我更换了btn2的skin。但是移动的时候并没有切换,直到我点击鼠标后才会切换,这是怎么回事。难道不该是拖的过程中就切换么 2017-11-06 添加评...
来源: Laya_社区 发布时间: 20171106
... Laya.Script { private vbox: Laya.VBox; private btn1: Laya.Button; private btn2: Laya.Button; private btn3: Laya.Button; // 按钮皮肤资源 private skins: string = "atlas/comp/button.png"; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwak...
来源: Laya3.0_文档 发布时间: 20241014
... Laya.Script { private hbox: Laya.HBox; private btn1: Laya.Button; private btn2: Laya.Button; private btn3: Laya.Button; // 按钮皮肤资源 private skins: string = "atlas/comp/button.png"; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwak...
来源: Laya3.0_文档 发布时间: 20241014
...,并且有代码提示 this.btn.on(Event.CLICK, this, onBtnClick); this.btn2.on(Event.CLICK, this, onBtn2Click); function onBtnClick() { //手动控制组件属性 this.radio.selectedIndex = 1; this.clip.index = 8; this.tab.selectedIndex = 2; this.combobox.selectedIndex = 0; this.check.selected = ...
来源: Laya_示例 发布时间: 20241117
...,并且有代码提示 this.btn.on(Event.CLICK, this, onBtnClick); this.btn2.on(Event.CLICK, this, onBtn2Click); function onBtnClick() { //手动控制组件属性 this.radio.selectedIndex = 1; this.clip.index = 8; this.tab.selectedIndex = 2; this.combobox.selectedIndex = 0; this.check.selected = ...
来源: Laya2.0_示例 发布时间: 20200319
...全没效果啊! 当按钮在代码里面换皮肤this.btn.skin =' btns/btn2.png' 后 只有鼠标滑动上去才会显示换肤后的效果 资源已经确定预加载了 没问题 2017-04-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20170412
... _pause = false }) btn2.on(Laya.Event.CLICK,this,()=>{ if(_pause)return sound.resume(); _pause = true }) 2020-09-22 0 0 分享 微博 QZONE 微信 为...
来源: Laya_社区 发布时间: 20200922