大约有 2,531 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0069 秒)
Laya_社区(1345) Laya3.0_api(638) Laya2.0_api(288) laya_api(192) Laya2.0_文档(42) Laya_示例(11) Laya3.0_文档(9) Laya2.0_示例(6)
...------------------------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
... */ public static function getFileInfo(fileUrl:String):Object { return MiniFileMgr.getFileInfo(fileUrl); } /** * 获取缓存文件列表 * @return */ ...
来源: Laya_社区 发布时间: 20180621
... 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
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
...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
...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
...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
...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
...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
...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