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

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

1131. Sound:转换成h5项目后在移动端某些浏览器无法自动播放声音? [ 53%]

...无法显示 laya3D动画无法播放 3D模型无法修改scale? 请问下loader如何强制加载一个文件,避免浏览器的缓存 问题状态 最新活动: 2018-01-22 17:15 浏览: 2402 关注: 4 人

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

1132. laya 2.0 bug onEnable 分离模式节点没有创建 [ 52%]

...r();才能写其他代码  super();  this.once("onViewCreated",this,this.loader_over); 但在执行 super()时 判断JSON已经加载完毕,直接就触发onViewCreated但这时候还没有监听事件 导致后面监听onViewCreated永远也 触发不了 2020-01-14 0 0 分享 微博 QZONE 微...

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

1133. Laya2.3.0设置basePath后,打包微信Laya.Texture2D.load图片失败 [ 52%]

...在Laya2.3.0的laya.wxmini.js中MinAspter的init方法里添加一行Laya.Loader.prototype._loadImage = MiniImage.prototype._loadImage;即可正常 附件 : --> 2019-12-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个...

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

1134. 引擎 TiledMap 居然不支持图块翻转 [ 52%]

...450;             this._gridHeight = 450;             this._jsonLoader = null;             this._loader = null;             this._tileSetArray = [];             this._currTileSet = null;             this._completeHandler = null;             this._mapRect = ne...

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

1135. 请教一下,List的cells如何重新排序? [ 52%]

....json 文件,或者文件读取失败,请检查后重新编译。 Laya.Loader.getRes请教 自己做的小游戏,很想把它发到微信小游戏里,但是太大了,就来这里分享一下吧 移植了一个游戏 代码重新 写的 请教下微信小游戏的内存和数据缓存? ...

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

1136. tiledMap问题,getTileProperties获取地图属性不能获取到 [ 52%]

...map.json';  /**地图 */ map: Laya.TiledMap; constructor(){ super(); Laya.loader.create(this.MAP_URL, new Laya.Handler(this, this.onComplete)) }  private onComplete(){ this.map = new Laya.TiledMap(); this.map.createMap(this.MAP_URL, new Laya.Rectangle(0,0,Laya.stage.width, Laya.stage.height), new ...

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

1137. "加载模型时出现LoaderManager:unknown file(E:/layaprj/layascene/bin/null path) extension with: null." [ 52%]

"加载模型时出现LoaderManager:unknown file(E:/layaprj/layascene/bin/null path) extension with: null." unity 5.6 ide:1.7.10 tool:1.6.0 2017-10-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 Monica - 知...

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

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

...存的方式缓存资源,但是缓存借口不支持数组和我已有的loader代码没有配合性。问题二请问在laya里面调用那些借口获取已经缓存的文件目录大小,以便我手动控制缓存大小 linchenrr • 2018-06-22 11:43 @shiyang12345:曾经提过建议,但是...

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

1139. layaair2-cmd compile 编译不了 [ 52%]

...next_tick.js:61:11)     at Function.Module.runMain (internal/modules/cjs/loader.js:745:11)     at startup (internal/bootstrap/node.js:266:19)     at bootstrapNodeJSCore (internal/bootstrap/node.js:596:3) exit:1 请问这个怎么解决。百度各种方法都试过了 附件 : --> 2020-05-13...

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

1140. PBR标准材质实时阴影渲染问题 [ 52%]

...tor() { super(); //初始化引擎 Laya3D.init(0, 0); var scene_360 = Laya.loader.getRes("LayaScene_PUCHENG3D/Conventional/PUCHENG3D.ls") as Laya.Scene3D; Laya.stage.addChildAt(scene_360, 0); var camera = (scene_360 as Laya.Node).getChildByName('Main Camera') as Laya.Camera; // var camera = new Laya...

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