大约有 1,799 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0065 秒)
Laya_社区(1186) Laya2.0_api(183) laya_api(162) Laya3.0_api(119) Laya2.0_文档(51) Laya_示例(41) Laya2.0_示例(35) Laya3.0_文档(22)
....scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; var res: Array = [ "res/ui/vscroll.png", "res/ui/vscroll$bar.png", "res/ui/vscroll$down.png", "res/ui/vscroll$up.png", "res/ui/tree/clip_selectBox.png", "res/ui/tree/clip_tree_folder.png", "res/ui/tree/clip_tree_arrow.png" ]; Laya.loa...
来源: Laya2.0_示例 发布时间: 20260303
...放着放着:(内存占用巨大) laya.webgl.js:8156 Uncaught RangeError: Array buffer allocation failed 用着某个粒子: GL_OUT_OF_MEMORY : glShaderSource: too large laya.webgl.js:8055 GL_OUT_OF_MEMORY : glShaderSource: too large laya.webgl.js:7582 Uncaught __proto._compile @ laya.webgl.js:7582_...
来源: Laya_社区 发布时间: 20171021
...this, this.onMouse) } onOpened(param: any) { super.onOpened(param); let imgArray = []; for (let i = 1; i < 7; i++) { imgArray.push(`ui/bg_help_0${i}.png`) } this.list_rule.array = imgArray; } public updateItem(cell: Laya.Box, index: number): void { let img_rule = cell.getChildByName("img_rule") a...
来源: Laya_社区 发布时间: 20181112
...ayaAir3D从unity3D中导出场景模型时报错 IndexOutOfRangeException: Array index is out of range. LayaExport.DataManager.saveSkinLmFile (UnityEngine.SkinnedMeshRenderer skinnedMeshRenderer, System.String savePath) LayaExport.DataManager.getSkinnedMeshRendererComponentData (UnityEngine.GameObje...
来源: Laya_社区 发布时间: 20180206
...ame):8 running const: 32.08578100800514ms (no filename):8 Setup OES_vertex_array_object polyfill (no filename):8 ShaderCompile use time:5 size:3798/6278 (no filename):8 ShaderCompile use time:3 size:32274/1165 (no filename):8 ShaderCompile use time:5 size:251/671 (no filename):8 ShaderCompile use ti...
来源: Laya_社区 发布时间: 20200826
...eVConsole.html:27576:16382) at wagame://WAGameVConsole.html:27576:19192 at Array.forEach (<anonymous>) at console._log (wagame://WAGameVConsole.html:27576:19080) at <anonymous>:1:9 附件 : --> WXDemo.zip 2019-04-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20190423
...h("res/1.jpg"); data.push("res/1.jpg"); data.push("res/1.jpg"); } rankList.array = data; function updateItem(cell, index) { cell.setImg(cell.dataSource); } 发布小游戏将code.js 发到开放域设置的目录下面改名为index.js 报错了 具体图片如下 附件 : --> 2018-04-16 ...
来源: Laya_社区 发布时间: 20180416
...angcy • 2018-06-11 10:39 @Laya_Aaron:ascii编码? private var assetArr:Array=[{url: "res/atlas/comp.atlas"}, {url: "res/atlas/wxlocal.atlas"}, {url: "res/atlas/middleMoive.atlas"}, {url: "res/atlas/resoutel.atlas"}, {url: "res/atlas/texiaolanse.atlas&...
来源: Laya_社区 发布时间: 20180608
...ance.init(); } return this.s_instance; } private init() { } private skins: Array<string>; private mapImg:Laya.Image; private constructor() { } public GetMap():Laya.Image { if(this.mapImg==null) { this.mapImg=new Laya.Image(); } return this.mapImg; } public LoadMapResource() { this.skins=[ "res...
来源: Laya_社区 发布时间: 20171124
...ction createRedFilter():void { //颜色滤镜矩阵,红色 var colorMatrix:Array= [ 1,0,0,0,0,//R 0,0,0,0,0,//G 1,0,0,0,0,//B 0,0,0,1,0,//A ]; //创建红色颜色滤镜 var redFilter:ColorFilter = new ColorFilter(colorMatrix); //在坐标280,50位置创建一个...
来源: Laya_社区 发布时间: 20170811