大约有 555 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0056 秒)
Laya_社区(472) Laya2.0_文档(36) Laya3.0_文档(20) Laya2.0_api(10) laya_api(8) Laya3.0_api(7) Laya2.0_示例(1) Laya_示例(1)
...oBuf库? iphone自带浏览器页面怎么锁定 Dialog关闭时如何向open他的页面传值? 项目分包后, 运行出错 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? laya2...
来源: Laya_社区 发布时间: 20200909
...链接 提交 2 个回复 阿噗 赞同来自: if(Browser.onMiniGame) { WXOpenDataViewer.postMsg({command:"open", curScore:GameModel.getInstance().money, data:{windowWidth:Laya.stage.width, windowHeight:Laya.stage.height}}); } 2018-12-04 0 0 分享 微博 QZONE 微信 谢春 赞同来自: 你用的...
来源: Laya_社区 发布时间: 20181123
...加载IDE指定的场景 GameConfig.startScene && Laya.Scene.open(GameConfig.startScene); } } //激活启动类 new Main(); }()); 附件 : --> rectM.zip 2020-11-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20201110
...天使之剑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