大约有 180 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
... false; private refreshCamera(){ this.curStatus =!this.curStatus; let data:ArrayBuffer = Laya.Loader.getRes(this.AllPng[this.curStatus ? 0: 1]);//pic-001 const x2 = new Uint8Array(data); let p = new window['PNG'](x2); let getData = p.decode();//rgba数组序列 this.texture.setPixels(getData); } pri...
来源: Laya_社区 发布时间: 20220815
...何向数组里添加元素(数组类型为any) 尝试了this.objectsArray[i] = activityImg;和this.objectsArray.push(activityImg)等,都报错误! 2017-12-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复...
来源: Laya_社区 发布时间: 20171222
...60卡住 为什么ani动画执行的不是按中心点执行的 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 问题状态 最新...
来源: Laya_社区 发布时间: 20170912
...改变图片大小? 本地调试加载本地图片都报错 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 图片添加点击事...
来源: Laya_社区 发布时间: 20191023
...隆对象,统计面板的显存和内存就会显示成负数 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 本地调试加载...
来源: Laya_社区 发布时间: 20181220
...ader.JSON json JSON类型 Laya.Loader.XML xml XML类型 Laya.Loader.BUFFER arraybuffer 二进制类型 Laya.Loader.IMAGE image 纹理类型 Laya.Loader.SOUND sound 声音类型 Laya.Loader.VIDEO video 视频类型 Laya.Loader.ATLAS atlas 图集类型,加载完成后返回图集json信息(并创建...
来源: Laya3.0_文档 发布时间: 20241014
...otstrapper extends Sprite { protected var _list:List; protected var _items:Array; protected var _loadingBg:Sprite; public function Bootstrapper() { Laya.init(696, 1118, WebGL); Laya.stage.bgColor = "#232628"; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.screenMode = Stage.SCREEN_VERTICAL; ...
来源: Laya_社区 发布时间: 20170323
...mgList.vScrollBarSkin = ''; this.imgList.selectEnable = true; this.imgList.array = listArr; this.imgList.renderHandler = new Laya.Handler(this, this.onRender); this.imgList.selectHandler = new Laya.Handler(this, this.onSelect); } onSelect(index) { this.reqImage.skin = listArr[index].img.skin; if (de...
来源: Laya_社区 发布时间: 20190318
... 2018-05-08 0 1 分享 微博 QZONE 微信 Miller 赞同来自: rankList.array = data; rankList.height = 670; 我试了一下,大概高度超过670这个list高度就不变了,即使把高度设置成1000,list也是显示这么长。往小的方向改是可以有效果的,但超过670就对l...
来源: Laya_社区 发布时间: 20180507
关于在List中数据修改后UI无法更新的问题 this.ScrDList.array=[]; var btnitem=ScData2[itemNum]; btnitem.item.label="11111"; ScData2[itemNum]=btnitem; btnitem.item.label="2222"; ScData2.push(btnitem); this.ScrDList.array=ScData2; //list中添加删除项都可以更新,唯独修改数...
来源: Laya_社区 发布时间: 20170823