大约有 678 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0052 秒)
Laya_社区(341) Laya3.0_api(164) Laya2.0_api(58) laya_api(54) Laya2.0_文档(29) Laya3.0_文档(19) Laya2.0_示例(7) Laya_示例(6)
...这里。 今天打开微信工具出现错误Cannot read property 'USER_DATA_PATH' of undefined 问题状态 最新活动: 2018-07-26 09:49 浏览: 1469 关注: 2 人
来源: Laya_社区 发布时间: 20180725
...canvasToTempFilePath(),如何能调用到这个方法 附件 : --> imageData.zip 2018-11-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 柒汐夜 赞同来自: 1.canvasToTempFilePath这个方法是将图片...
来源: Laya_社区 发布时间: 20181122
...问获取 Access to XMLHttpRequest at 'http://192.168.3.70:8081/api/test?data=test' from origin 'http://192.168.3.70:8082' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. 2...
来源: Laya_社区 发布时间: 20200609
...ender = ItemBox; this.refreshList.vScrollBarSkin = ""; // 创建数据 var data = this.createData(9, "初始数据"); this.refreshList.array = data; // 添加事件监听 this.refreshList.on(Event.MOUSE_UP, this, this.stageOnMouseUp); this.refreshList.on(Event.MOUSE_OUT, this, this.stageOnMouseUp); ...
来源: Laya2.0_示例 发布时间: 20251130
...cess(res) { console.log(fromCharCode(Pako.inflate(new Uint8Array(res.data)))); } }); //处理中文 function decodeUTF8(arr,toType) { //转为utf8编码字符串 let str = ''; for (var i = 0; i < arr.length; i++) { str += Stri...
来源: Laya_社区 发布时间: 20191211
...ad.on(Laya.Event.COMPLETE, this, this.loadComplete); this._load.load(this._data.url, Laya.Loader.ATLAS, true); 加载完成后 this._ani = new Animation(); this._ani.loadImages(这里传入解析好的urls) 会提示重复加载 为什么我都加载完了 还需要用ani的loadImages 有没有别...
来源: Laya_社区 发布时间: 20171212
...Num = 0; this._map = null; } initData (map, objectKey = false) { this._map = map; this.isAloneObject = objectKey; } addAniSprite (sprite) { if (this.aniSpriteArray == null) { ...
来源: Laya_社区 发布时间: 20220627
...n -a /Applications/Google\ Chrome.app --args --disable-web-security --user-data-dir 2018-06-04 0 0 分享 微博 QZONE 微信 180*****197 赞同来自: 问一下 "在request header加上Origin" 是个什么写法 2018-07-04 0 0 分享 微博 QZONE 微信 郭一伟 赞同来自: 我们服务器休假...
来源: Laya_社区 发布时间: 20151028
...。 Texture图片能否进行翻转? 我的tieldmap生成的json文件里data是这种格式,地图显示有误 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 粒子系统官例里载入的那些json文件是用什么软件生成的? 在List渲染的时候,在滚动一个...
来源: Laya_社区 发布时间: 20180321
...里的私有成员 __JS__("laya.net.AtlasInfoManager._onInfoLoaded(comp, data)") 现在不能用这个方法来调用引擎里的私有成员了吗,现在用的2.9,以前2.0的时候可以这么写,现在就报错laya=null 2020-12-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20201230