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

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

11. 新手引导在ios浏览器表现异常 [ 80%]

...is.guideContainer.addChild(maskButton);             maskButton.clickHandler = new Laya.Handler(this, () => {                 if (button) {                     if (button instanceof Laya.Button) {                     ...

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

12. 请问如何给所有按钮点击事件增加一个音效 [ 74%]

...  toggle && (selected = !_selected);                 _clickHandler && _clickHandler.run();                 return;             }             !_selected && (state = stateMap[e.type]);         } 2017-10-20 1 0 分享 微博 QZONE...

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

13. laya.ui.CheckBox_API3.0 [ 69%]

...属性 y 的值,用于控制 checkBox 对象的显示位置。 checkBox.clickHandler = new Handler(this, onClick, [checkBox]);//设置 checkBox 的点击事件处理器。 Laya.stage.addChild(checkBox);//将此 checkBox 对象添加到显示列表。 } private function onClick(checkBox:CheckBox):v...

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

14. list中加的button不能接收点击事件 求一个list中加button的demo [ 68%]

...       console.log("3333333333333");         if (cell.useBtn.clickHandler == undefined) {             cell.useBtn.on("click", this, this.onItemUse, [index]);         }     }     onItemUse(index):void{         console.log("11111111111111111");     }   ...

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

15. 两个问题都关于LayaAir的ios真机 [ 67%]

... if (e.type === Event.CLICK) { toggle && (selected = !_selected); _clickHandler && _clickHandler.run(); return; } !_selected && (state = stateMap[e.type]); } public static function addDark(target:laya.display.Sprite, isDark:Boolean = true):void { if (isDark) { // laya.ui.UIUt...

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

16. laya.ui.Button_API3.0 [ 66%]

...的属性 y 的值,用于控制 button 对象的显示位置。 button.clickHandler = new Handler(this, onClickButton,[button]);//设置 button 的点击事件处理器。 Laya.stage.addChild(button);//将此 button 对象添加到显示列表。 } private function onClickButton(button:Button):voi...

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

17. 怎么打开第二个工程 [ 66%]

...unction Main() { Laya.init(500,500); Laya.stage.once(Event.CLICK,this,this.clickHandler); } private function clickHandler():void { var iframe:Object = Browser.document.createElement("iframe"); iframe.style.position ="absolute";//设置布局定位。这个不能少。 iframe.style.zIndex = 100;//设...

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

18. list中的item类中的button注册事件不响应 是怎么回事呢 ?可以帮帮我解答下吗 [ 66%]

...!o⃕一覺盜兲喨 赞同来自: 这里的按钮,可以用   this.btn.clickHandler = laya.utils.Handler.create(this,this.方法,["你要传的参数"],false); 2018-08-28 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Try everything_...

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

19. laya.ui.Radio_API3.0 [ 64%]

...InHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea ico...

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

20. LoaderManager progress的handler没有回收? [ 61%]

...之后会断开,有没有办法不被回收的 Button销毁时,未对_clickHandler进行回收 SoundManager.destroySound()销毁声音资源无效,请问声音回收机制是什么 Laya.loader.clearTextureRes回收纹理会导致其他绘制的纹理重新加载 Android 在被系统回收重...

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