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

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

1561. Laya2.12 打安卓包的时候报错报到了 physics3D [ 51%]

...多个功能包? laya2.0调试时候Error: "abort Cannot enlarge memory arrays.这个问题定位到了Physics3D,要怎么解决呀 导入U3D资源报Physics3D无法找到问题 Laya2.12 Live2d影响3d材质bug 问题状态 最新活动: 2023-05-23 16:46 浏览: 4974 关注: 4 人 拾陆 • 202...

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

1562. web端ios这边加载压缩的图片加载报错 [ 50%]

... = data; if (this._customParse) { this.event(Event.LOADED, data instanceof Array ? [data] : data); } else { this._http.offAllCaller(this); Loader._loaders.push(this); if (!Loader._isWorking) Loader.checkNext(); } } 2020-02-17 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 ...

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

1563. 怎样获取浏览器地址传过来的GET参数 [ 50%]

...l:String = Browser.window.location.href;                 var u:Array = tempUrl.split("?");                 var gets:Object = {};                 if (u[1] is String)                 {                     u = u[1].split("&");      ...

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

1564. KeyNotFoundException: The given key was not present in the dictionary. [ 50%]

...性列表的key 不能是变量? unity3d sentinel key not found Laya 2.0 Array Dictionary 这些类都没有了? 请问哪里可以下到2.0的源码 关于LAYA2.0下自己实现dictionary的问题 骨骼释放纹理 Templet.TEMPLET_DICTIONARY[this.url] url用错了导致Templet删不掉 问题...

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

1565. 绘画圆角矩形的工具,直接用,不用自己去算 [ 50%]

...borderColor:String = null, borderWidth:Number = 0):DrawPathCmd { var paths:Array = []; paths.push(["moveTo", roundRadius, 0]); paths.push(["lineTo", width - roundRadius, 0]); paths.push(["arcTo", width, 0, width, roundRadius, roundRadius]); paths.push(["lineTo", width, height - roundRadius]); paths....

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

1566. 3D性能优化 · LayaAir3.4 · 引擎文档 · LAYABOX [ 50%]

...体LOD属性信息, 然后将Volume中的所有物体按照LOD Cull Rate Array的物体LOD等级划分为不同的LOD渲染对象 图6-3 图6-4 7.基于节点的材质合批功能 7.1表现效果 基于节点的材质合批功能可以通过图7-1和图7-2来展示其表现,本测试案例的场...

来源: Laya3.0_文档 发布时间: 20251010

1567. 关于graphics._saveToCmd的问题 [ 50%]

...ya.Sprite();         Laya.stage.addChild(this.sp);         var arr:Array<any> = [this.sp,1,2,3];         this.sp.graphics._saveToCmd(this.test1,arr);     }     test1(x,y,args):void     {         console.log("args[0]"+args[0]+",args[1]"+args[1]+",args[2]"+args[2])   ...

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

1568. parameter 2 is not of type 'WebGLTexture'. [ 50%]

...请问一下有别的方法吗 2.0.0编译报错Cannot find global type 'Array' TypeScript 泛形方法如何传TYPE? 发布微信小程序提示找不到type属性 Property 'BoxMesh' does not exist on type 'typeof Laya' Spine 格式转换, Error: Invalid timeline type for a slot:twoColor XmlDom类...

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

1569. TypeError: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'. [ 50%]

...请问一下有别的方法吗 2.0.0编译报错Cannot find global type 'Array' 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Failed to load resource: net::ERR_FILE_NOT_FOUND Uncaught TypeError: Cannot read prope...

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

1570. Mac下LayaAirIDE1.7.20版本声音预加载失败,但windows下同个版本加载正常 [ 50%]

...码如下:   private function init():void {         var assetArr:Array=[             {url:"res/sound/music_gameplay.mp3", type:Loader.SOUND},             {url:"res/sound/button.mp3", type:Loader.SOUND},             {url:"res/sound/mob_true.mp3", type:Loader.SOUND}...

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