大约有 541 项符合查询结果, 库内数据总量为 30,938 项。 (搜索耗时: 0.0061 秒)
Laya_社区(459) Laya2.0_文档(36) Laya3.0_文档(19) Laya2.0_api(10) laya_api(8) Laya3.0_api(7) Laya2.0_示例(1) Laya_示例(1)
...天使之剑H5的选服界面和load界面的实现原理么? scene场景open或者load失败以后没有回调通知,代码中无法知道是成功还是失败了, 如果是线上玩家那不是直接就卡在那里不动了 iOS 接入微信登录,配置了"Other Linker Flags"中加入"-Obj...
来源: Laya_社区 发布时间: 20171124
...物件的active设false吗?但播放另外一个动画(0:box_Idel,1:box_Open)都不会有问题。 mobile3Dbin • 2018-07-25 15:27 我将active = true直接接在后面,而不是计时器里面了仍然有问题。 Laya_Aaron • 2018-07-25 15:29 @mobile3Dbin:这个不是计时器的问题,...
来源: Laya_社区 发布时间: 20180725
...Height=window.innerHeight'); if(desHeight!=sourceHeight) { textInput.text="OPEN"; } else { textInput.text="CLOSE"; } } } }提示:如果以上代码有看不懂的地方,请大家先学习宏编译的用法 链接:http://layaflash.ldc.layabox.c ... d%3D9 2015-12-25 0 1 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20151225
...ller on onAfterDeserialize onAwake onClosed onDestroy onDisable onEnable onOpened once open parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint replaceChild runCallLater scale setChildIndex setGraphics setSelfBounds set_anchorX set_anc...
来源: Laya3.0_api 发布时间: 20231115
...ller on onAfterDeserialize onAwake onClosed onDestroy onDisable onEnable onOpened once open parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint replaceChild runCallLater scale setChildIndex setGraphics setSelfBounds set_anchorX set_anc...
来源: Laya3.0_api 发布时间: 20231115
...this.socket.connectByUrl("ws://localhost:8989"); this.socket.on(Laya.Event.OPEN, this, this.openHandler); this.socket.on(Laya.Event.MESSAGE, this, this.receiveHandler); this.socket.on(Laya.Event.CLOSE, this, this.closeHandler); this.socket.on(Laya.Event.ERROR, this, this.errorHandler); } private ope...
来源: Laya_社区 发布时间: 20171129
... 200; this.list.scrollBar.elasticDistance = 200; } open(): void { for(let i = 0; i< 50; i++) { this.test.push(i); } this.list.array = this.test; } onItemRender(item: Item_List, index: numbe...
来源: Laya_社区 发布时间: 20170614
.../请求加载过程中触发的6个事件 urlLoader.addEventListener(Event.OPEN,openHandler); urlLoader.addEventListener(ProgressEvent.PROGRESS,progressEventHandler); urlLoader.addEventListener("complete",completeHandler); urlLoader.addEventListener(SecurityErrorEvent.SECURITY_ERROR,securityErrorHan...
来源: Laya_社区 发布时间: 20151217
... Laya.timer.once(1000, this, () => { //跳转到入口场景 Laya.Scene.open("Scenes/Index.ls"); //不要使用Laya.Scene.open("./Scenes/Index.ls"); }); }); // 侦听加载失败 Laya.loader.on(Laya.Event.ERROR, this, this.onError); }); } /** * 当报错时打印错误 * @param err 报错信息 *...
来源: Laya3.0_文档 发布时间: 20241014
... Laya.timer.once(1000, this, () => { //跳转到入口场景 Laya.Scene.open("Scenes/Index.ls"); //不要使用Laya.Scene.open("./Scenes/Index.ls"); }); }); // 侦听加载失败 Laya.loader.on(Laya.Event.ERROR, this, this.onError); }); } /** * 当报错时打印错误 * @param err 报错信息 *...
来源: Laya3.0_文档 发布时间: 20250310