大约有 2,402 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0071 秒)
Laya_社区(1823) Laya3.0_api(153) laya_api(104) Laya2.0_api(96) Laya2.0_文档(77) Laya_示例(52) Laya3.0_文档(49) Laya2.0_示例(48)
...没使用的例子 2018-05-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 这个是做一些文本文件合并的插件,然后预加载一个文件,比多个文件减少了请求。...
来源: Laya_社区 发布时间: 20180518
...会加载两次? 2017-05-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 建议你学习下官方的例子:3D 2017-05-20 0 0 分享 微博 QZONE 微信 jonahzheng 赞同来自: http:...
来源: Laya_社区 发布时间: 20170520
...r.getRes(IMG_RES[this.name])); Laya.stage.addChild(this.item); this.item.on(Laya.Event.CLICK, this, () => { this.item.destroy(); }); 2017-08-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同...
来源: Laya_社区 发布时间: 20170826
...从后台切换回来报错 TypeError: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'. at EventEmitter.<anonymous> (D:\laya\LayaAirIDE_beta\resources\electron.asar\renderer\window-setup.js:176:16) at emitTwo (events.js:106:13) at EventEmitter.emit (event...
来源: Laya_社区 发布时间: 20180309
...; 附件 : --> 2018-09-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 赞同来自: 请提供demo 2018-10-06 0 4 分享 微博 QZONE 微信 赞同来自: @Yann_1:首先我按照你说的直接拖...
来源: Laya_社区 发布时间: 20180926
...字符串即可。 2018-03-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 好的 谢谢分享 2018-03-21 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问...
来源: Laya_社区 发布时间: 20180321
...上,不知道是否是我代码的问题,附件有DEMO工程 let buttonTest = this.getChildByName("buttonTest"); this.sprteCenter = this.getChildByName("sprteCenter"); this.boxSpaw = this.getChildByName("boxSpaw"); //this.spriteSpaw.loadImage("../..") buttonTest.on(Laya.Event.CLICK,this,()=>{...
来源: Laya_社区 发布时间: 20190221
...本身,求解。 2017-09-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 不太明白,你为你的按钮监听CLICK事件,点击哪个就是哪个,在事件回调里用e.target...
来源: Laya_社区 发布时间: 20170912
...决代码重用? 2017-09-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: liuhang123 使用自定义事件,派发事件即可 可以参考下这个Demo:https://ask.layabo...
来源: Laya_社区 发布时间: 20170924
...件后用layaAir加载解析: var loader:Loader = new Loader(); loader.on(Event.COMPLETE, this, loadEnd); loader.load("atlas/byarr.byte",Loader.BUFFER); private function loadEnd(data:*):void { if (data is ArrayBuffer) { var byts:Byte = new Byte(data); byts.pos = 0; var fr:int = byts.getByte(); var...
来源: Laya_社区 发布时间: 20170308