大约有 73 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0065 秒)
...码后,现在显示正常了。 __proto.parseImgForBuffer = function(url,data){ var _this = this; var image; var onload = function () { // image.onload = null; // image.onerror = null; // var data = Laya.Texture2D._parse(image); // data._url = "sdfasf" // _this.onLoaded(data); img=HTMLImage.create...
来源: Laya_社区 发布时间: 20210809
...08:35553/re ... ot%3B, "", "get", "arraybuffer"); function completeHandler(data) { //加载完成返回的data是arraybuffer; //.......这里处理我们加密的图片数据,假设我们的图片加密数据是在图片的前面写入了四个字节的数据 //.......解密逻辑开始处理数...
来源: Laya_社区 发布时间: 20180201
List组件拖动浏览时item会出现重叠的现象 module list.datasource { import List = laya.ui.List; export class ListDataSourceMediator { constructor() { } public setUp():void { var list: List = new List(); // 渲染的item list.itemRender = ListDataSourceItem; // 设置行列显示的item...
来源: Laya_社区 发布时间: 20180410
...发布了2.0 版本,在2.0 版本里面多了一个组件,就是WXOpenDataViewer组件这个歌组件是专门为 做微信小游戏 显示开放域使用的,我自己在论坛上找了很久没有找到合适的教程,官方文档也是写的模棱两可,于是自己探索了两天,终...
来源: Laya_社区 发布时间: 20190307
使用UrlLoader加载图片,flash获取data为byteArray,翻译成h5后data为image? package { import flash.display.Bitmap; import flash.display.Loader; import flash.display.Sprite; import flash.events.Event; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.UR...
来源: Laya_社区 发布时间: 20151228
...json. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.__proto.send @ firstGame.max.js:9742 firstGame.max.js:9137 [warn]Retry to load: F:/Laya/Project/firstGame/bin/h5/res/atlas/comp.json firstGame.max.js:9742 XMLHt...
来源: Laya_社区 发布时间: 20170108
QQ玩一玩Image无法显示Base64图片 Retry to load: data:image/png;base64, Retry to load: data:image/png;base64,xxxxxxxxxxxxxxxxxxx const PNG_LOADING = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAH...
来源: Laya_社区 发布时间: 20181031
... } 然后进到this.onLoaded(null) onLoaded(data = null) { var type = this._type; if (type == Loader.PLFB) { this.parsePLFBData(data); this.complete...
来源: Laya_社区 发布时间: 20201130
laya 2.6.0 加载image报错 加载IMAGE资源的时候,data为Texture2D类型,前两个判断没走,(data instanceof ArrayBuffer) 和 (!(data instanceof Texture2D))。导致tex为undefined,结果就无法继续加载了。。 LayaAir 2.6.0 的JS版本 ps: 加载的是FairyGu...
来源: Laya_社区 发布时间: 20200429
...如何绘制玩家头像。我用了同样的代码 function drawRankList(data) { data.forEach((item, index) => { // context.drawImage(item.avatarUrl, 0, 0, 200, 400); // var image1 = wx.createImage() // image1.src = item.avatarUrl // context.drawIma...
来源: Laya_社区 发布时间: 20180516