• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,796 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0046 秒)

1681. 使用layaAir3D从unity3D中导出场景模型时报错 [ 44%]

...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

1682. vivo 的激励视频无法播放 app启动的时候报错 [ 44%]

...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

1683. [含Demo]Laya2.0.1出包微信小游戏Android黑屏 expected Number(uniform4f) [ 44%]

...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

1684. 微信小游戏关系链 我创建了一个开放域的项目 但是报错了 [ 44%]

...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

1685. 微信小游戏编译出错 [ 44%]

...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

1686. Cannot read property 'load' of null [ 44%]

...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

1687. 滤镜的集中实现 [ 44%]

...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

1688. laya 的list组件,如果有多页信息,怎么实现翻页丫?? [ 43%]

...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_社区 发布时间: 20180724

1689. Cannot find module Roaming\npm\node_modules\layaair2-cmd\layaair2-cmd.js [ 43%]

...ndroid.tools.build:gradle:3.1.2. 2.0.0编译报错Cannot find global type 'Array' 运行报错 Uncaught Can not find scene:GameView.scene undefined 问题状态 最新活动: 2022-09-19 17:12 浏览: 9002 关注: 4 人 wq • 2020-07-11 13:47 layaair2-cmd安装老是出错啊,官方用的什么nod...

来源: Laya_社区 发布时间: 20200623

1690. 鼠标交互-键盘交互 [ 43%]

...ss Interaction_Keyboard { private var logger:Text; private var keyDownList:Array; public function Interaction_Keyboard() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CE...

来源: Laya_示例 发布时间: 20251219