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

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

181. 加载配置json文件不成功!json文件放在bin目录下的 [ 57%]

加载配置json文件不成功!json文件放在bin目录下的   Laya.loader.load(["res/atlas/comp.atlas","res/atlas/popup.atlas","res/atlas/cartoon.atlas","res/atlas/miner.atlas","gameConf.json"],Laya.Handler.create(this,onloaded),null,null); 2018-07-23 添加评论 免费帖 --> 分享 微博...

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

182. BoxCollider 不会随着父节点 翻转 scaleX=-1 [ 57%]

...会减少 ide compile的时候不会启动一个本地服务器吗? Laya.loader.create 不会反馈失败状态跟描述不符合 请问如何获取组件的子节点的数量? Skeleton动画在自然停止时不会移除play时添加的frameloop 问题状态 最新活动: 2018-10-31 15:38 浏...

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

183. 微信小游戏资源总是加载旧的资源 [ 56%]

...   引擎版本1.7.18beta   我是用这样的方式加载的图集 Laya.loader.load([{url: "res/atlas/xxx1.json", type: Loader.ATLAS},         {url: "res/atlas/xxx2.json", type: Loader.ATLAS},          {url: "res/atlas/xxx3.json", type: Loader.ATLAS}], Handler.create(...   并且在...

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

184. Cannot read property 'load' of null [ 56%]

...ayaAir引擎 Cannot read property 'load' of null 查了断点,看到Laya.loader是null,为什么会出现为null的情况?  代码如下: class main{ constructor(){ MapManager.getInstance().LoadMapResource(); } } new main(); class MapManager { private static s_instance = null; public static g...

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

185. SimpleButton的状态layaFlash支持吗? [ 56%]

...下 ProtoBuf 支持 as3 版本吗? 支持读写哪些文件格式 Laya.loader.create 不会反馈失败状态跟描述不符合 shader里面没有支持gl_PointCoord吗? 希望加入类似Pixi.js的多纹理寄存器支持 graphics不支持rgb(155,155,155)? ios平台支持哪些系统基础字...

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

186. 调用时间轴动画丢失皮肤问题? [ 55%]

...用的教程里面的那个例子~ haisenshushu • 2018-03-29 15:48 Laya.loader.load("res/atlas/comp.json", Laya.Handler.create(this, onLoaded)); function onLoaded() { //创建一个Animation实例 var tl = new Laya.Animation(); //加载动画文件 tl.loadAnimation("XXXXX1.ani"...

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

187. 微信小游戏 wxlocal怎么用 [ 55%]

...8-03-27 10:33 浏览: 1439 关注: 2 人 seacole • 2018-03-27 11:22 Laya.loader.load([{ url: 'wxlocal/load.json', type: Laya.Loader.ATLAS }], Laya.Handler.create(this, this.loadComplete)); 我就是这么调用的,但是load.json这个文件还是去远程拉了。该怎么解? Laya_Aaron • ...

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

188. 小游戏子域程序加载到图集后,取图集内资源报错。 [ 55%]

...function():void{ beginLoad(); }); private function beginLoad():void { Laya.loader.load("res/images/rank.json", Handler.create(this, onLoaded)); } private function onLoaded():void { trace("加载成功"); var c:Image = new Image("rank/country.png"); Laya.stage.addChild(c); }  以上是子域项目...

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

189. 版本从1.7.11更新到1.8.0beta后原来的3D模型vivo x7等几款手机加载失败,其他手机加载没问题。 [ 54%]

...等几款手机加载失败,其他手机加载没问题。   使用Laya.loader.create() 加载所有3D资源时加载到20%的时候停止不动了,原来版本没有问题,现在版本vivo x7等机型有问题,小米华为等机型没有问题。模型已经上传到附件了,大神...

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

190. 请问我用网络格式加载成功后,在服务器替换image.atlas和images.png重新打开小游戏没有重新加载服务器的png,只重新加载了atlas [ 54%]

...Array = [ //{ url: "https://piggy.com/res/atlas/images.atlas", type : Laya.Loader./png}, { url: "https://piggy.com/res/atlas/images.atlas", type: Laya.Loader.ATLAS }, { url: "https://piggy.com/res/swf/flash.json", type: Laya.Loader.JSON }, { url: "images/background.png", type: Laya.Loader.IMAGE }, {...

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