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

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

381. 这个 `--allow-file-access-frome-files` 参数是什么?这个 frome 是什么鬼? [ 54%]

... 对象池对类怎么传参数 as3中如何定义html中的id参数 Laya.Handler.create 加载图片回调参数问题 GradientDataNumber warning是什么 微信小游戏绘制开放域内容,字体模糊是什么原因? IDE中js压缩工具,能不能类似命令行,或者编译参数等...

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

382. ls文件导入错误 [ 54%]

...,然后layabox中加载场景。 Laya.loader.create(this.strScene, Laya.Handler.create(this, this.onLoadScene)); private onLoadScene() { var scene: Laya.Scene = Laya.Scene.load(this.strScene); if (scene == null) { return; } this.mScene = scene;   大致的流程如上   错误堆栈:   2018-0...

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

383. TiledMap制作横板地图 报错 [ 54%]

...json",new Laya.Rectangle(0,0,Laya.Browser.width,Laya.Browser.height), Laya.Handler.create(this,this.onLoaded));报错的地方为:laya.tiledmap.js第178行: var tImageArray=relativePath.split("/");调试显示relativePath为undefined。 稍微跟踪了下,是141行在初始化tTileSet时就没...

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

384. Image加载完成后的图片大小重设问题 [ 54%]

...s.bg_img.loadImage("ui/bg.jpg",0,0,Laya.stage.width,Laya.stage.height,Laya.Handler.create(this,this.onComplete));         Laya.stage.on(Laya.Event.RESIZE,this,this.onResize);     }     onComplete():void     {         this.onResize();     }     onResize():void{         this.bg_i...

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

385. TS分离模式设置未打包图片输出目录导出资源无法加载未打包资源 [ 54%]

...ader.IMAGE },     { url: "test/TestPage.json", type: Loader.JSON }, ], Handler.create(this, this.onLoaded)); 运行报错: [warn]Retry to load: comp/image.png [error]Failed to load: comp/image.png   修改导出的TestPage.json里面对应控件引的skin值加上对应路径 "skin":"unpack...

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

386. 在脚本里自定义IDE属性预制体数组类型获取的结果不对 [ 54%]

...了,prefab内容也是json的。 Laya.loader.create("prefab/car.json",Handler.create(this,onCar)); public function onCar(obj:Object):void{ var spr:Prefab = new Prafab();              spr.json=obj;             var car:Sprite = Pool.getItemByCreateFun("Car", this.spr.creat...

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

387. Unity插件导出模型 [ 54%]

...下   Laya.Sprite3D.load("res/LayaScene_Model_71008/Model_71008.lh", Laya.Handler.create(null, function(sprite:Laya.Sprite3D):void { scene.addChild(sprite); sprite.transform.localScale = new Laya.Vector3(0.2, 0.2, 0.2); }));   报错信息 Uncaught TypeError: Cannot read property 'transform' of un...

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

388. UI界面加载有哪些回调方法可 [ 54%]

... Laya.loader.load([{ url: "res/atlas/comp.json", type: Loader.ATLAS }], Handler.create(this, this.onLoaded)); 类似于this.onLoaded函数,还有哪些生命周期相关的回调呢。 我想在UI完全加载完毕后,完成一些init操作,this.onLoaded方法中无法获取采相对布...

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

389. Chrome和layaAir调试,大部分点击事件没有反应了 [ 54%]

...t listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952 但是好像之前也有,所以不知道这是怎么回事,谁解决了麻烦说一下,谢谢了 2019-02-1...

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

390. 怎么在api中找到 Laya.loader.load [ 53%]

...api中找到 Laya.loader.load Laya.loader.load("res/atlas/war.json",Laya.Handler.create(this,this.onloaded),null,Laya.Loader.ATLAS); 这一句,我想找一下Laya.loader.load的使说明和使例子,但是不知道怎么找。在api里我开了Laya。 http://layaair.ldc.layabox.com/api/ind...

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