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

大约有 2,531 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0069 秒)

361. LayaAir 寻路库,寻路路径错误 [ 64%]

...------------------------var arr:Array = [[0,1,1],[0,1,1],[0,0,0]]; var opt:Object = {allowDiagonal: true, dontCrossCorners: false, heuristic: Heuristic["manhattan"], weight: 1}; var astart1:AStarFinder = new AStarFinder(opt); var grid:Grid = new Grid(arr, 3); var path:Array = astart1.findPath(0, 0, ...

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

362. 微信的缓存引擎只支持了图片和声音,其他lh,lm等文件自动缓存时都不支持是缓存的时候有什么问题和难点吗? [ 64%]

...   */         public static function getFileInfo(fileUrl:String):Object {             return MiniFileMgr.getFileInfo(fileUrl);         }                  /**          * 获取缓存文件列表          * @return          */   ...

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

363. 将字节数组转为图片 [ 64%]

...      byte.writeArrayBuffer(buffer, 4);             var blob:Object = new Browser.window.Blob([byte.buffer], { type:"image/png" } );             var url:String = Browser.window.URL.createObjectURL(blob);             var sp:Sprite = new Sprite();             sp...

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

364. Unity2.10.0beta插件报错 [ 64%]

Unity2.10.0beta插件报错 NullReferenceException: Object reference not set to an instance of an object o.c (UnityEngine.GameObject A_0) (at <174bbe38e5444724b5b9eeb4600df769>:0) o.k (UnityEngine.GameObject A_0, c A_1) (at <174bbe38e5444724b5b9eeb4600df769>:0) o.a (UnityEngine.GameObje...

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

365. 发布项目“是否压缩混淆js(耗时)”的bug [ 64%]

...5\AppData\Roaming\npm\node_modules\uglify-js\bin\uglify js:233:9)     at Object.<anonymous> (C:\Users\fp005\AppData\Roaming\npm\node_modules\uglif y-js\bin\uglifyjs:158:5)     at Module._compile (module.js:643:30)     at Object.Module._extensions..js (module.js:654:10)     at Module.lo...

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

366. U3D场景导不出,出现以下问题。求帮忙导出!!!!! [ 64%]

...ic/Dictionary.cs:150) LayaExport.DataManager.saveLaniData (UnityEngine.GameObject gameObject, .JSONObject obj) LayaExport.DataManager.getAnimatorComponentData (UnityEngine.GameObject gameObject, .JSONObject component, System.Collections.Generic.List`1 linkSprite) LayaExport.DataManager.getComponents...

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

367. 微信关系链:LayaAir引擎针对开发数据域使用图集支持介绍 [ 63%]

...amp;& MiniAdpter.isPosMsgYu) { __JS__('wx').onMessage(function(message:Object):void{ trace(message); if(message['isLoad'] == "filedata") { MiniFileMgr.ziyuFileData[message.url] = message.data;//文本数据 }else if(message['isLoad'] == "filenative") { //子域接收主域传递的文件信息 i...

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

368. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 63%]

...ritanceShuriKenParticle3D RenderableSprite3D Sprite3D Node EventDispatcher Object ShuriKenParticle3D 3D粒子。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[rea...

来源: Laya2.0_api 发布时间: 20190513

369. 分享:Sprite 转换成3D贴图(Texture2D)的方法,如果有更好的方法,请告诉我。 [ 63%]

...blic static function createTexture(s:Sprite,callback:Function,callbackThis:Object):void{ createTextureCallBack = callback; var htmlCanvas:HTMLCanvas = s.drawToCanvas(512,512,0,0); var realCanvas:* = htmlCanvas.getCanvas(); var img:* = Browser.window.convertCanvasToImage(realCanvas,createTextureOnImg...

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

370. 微信开发者工具问题 [ 63%]

...t Function.success (http://127.0.0.1:15089/game/code.js:10979:33)     at Object.success (http://127.0.0.1:15089/game/__ ... :20858)     at c (http://127.0.0.1:15089/game/__ ... :10896)     at Function.<anonymous> (http://127.0.0.1:15089/game/__ ... :11079)     at n.function.setTimeout ...

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