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

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

221. 使用Laya.loader.load加载服务器声音文件 第一次可以播放 第二次播放不了 微信开发者工具可以正常播放 [ 82%]

使用Laya.loader.load加载服务器声音文件 第一次可以播放 第二次播放不了 微信开发者工具可以正常播放 2020-07-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? ...

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

222. layaair2-cmd安装报错 [ 82%]

...d to ~\AppData\Roaming\npm\node_modules\layaair2-cmd internal/modules/cj s/loader.js:638     throw err;     ^ Error: Cannot find module 'C:\Users\Administrator\AppData\Roaming\npm\node_modules\layaair2-cmd\node_modules\gulp-babel'     at Function.Module._load (internal/modules/cjs/loader.js:56...

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

223. 项目Loader为greensock的LoaderMax,ApplicationDomain无法统一,请问如何解决 [ 82%]

项目Loader为greensock的LoaderMax,ApplicationDomain无法统一,请问如何解决 MySwfLoader.loaderContext = new LoaderContext(false, new ApplicationDomain()); App.asset.domain = MySwfLoader.loaderContext.applicationDomain; 加载完以后App.asset.domain执行hasClass方法时获取不到...

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

224. 3d资源加载问题,Laya.loader.create加载资源销毁后第二次加载会报错,报错提示为SubMeshStaticBatch静态网格合并出错 [ 82%]

3d资源加载问题,Laya.loader.create加载资源销毁后第二次加载会报错,报错提示为SubMeshStaticBatch静态网格合并出错 使用Laya.loader.create加载3d资源后销毁资源,然后重新进入场景再次调用Laya.loader.create重新加载3d资源会报错,提示是SubMesh...

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

225. 微信小游戏开放域(JavaScript-小游戏适配文档-微信小游戏) [ 82%]

...``typescript if(Laya.Browser.onMiniGame){ //加载一个json和图集 Laya.loader.load(["json/reward.json","res/atlas/test.atlas"],Laya.Handler.create(null,function(){ //加载完成 //使用接口将图集透传到子域 Laya.MiniAdpter.sendAtlasToOpenDataContext("res/atlas/test.atlas"); //使用...

来源: Laya2.0_文档 发布时间: 20210715

226. 加载多个protobuf文件报错 [ 82%]

...ar assets:Array = [];    assets.push( { url:"protobuf/user.proto", type:Loader.TEXT } );    assets.push( { url:"protobuf/bag.proto", type:Loader.TEXT } );        Laya.loader.load(assets, Handler.create(this, onAssetsLoaded));   首先确认下类型是为TEXT吗,如果这样写就是...

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

227. 预加载音频文件遇到的问题 [ 82%]

...载音频的代码(JS飞机大战示例), //加载声音资源 Laya.loader.load("res/sound/bloodstream_bg.mp3", Laya.Handler.create(this, onLoadedSound), null, Laya.Loader.SOUND); // })(); function onLoadedSound(){ Laya.SoundManager.playMusic("res/sound/bloodstream_bg.mp3", 0, Laya.Handler.cre...

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

228. 微信小游戏开放域(ActionScript-小游戏适配文档-微信小游戏) [ 81%]

...。 ```typescript if(Browser.onMiniGame){ //加载一个json和图集 Laya.loader.load(["json/reward.json","res/atlas/test.atlas"],Handler.create(this,function(){ //加载完成 //使用接口将图集透传到子域 MiniAdpter.sendAtlasToOpenDataContext("res/atlas/test.atlas"); //使用接口将jso...

来源: Laya2.0_文档 发布时间: 20210715

229. 如何读取json或者js中的内容 [ 81%]

...存里,如何画在画布上 atlas目录下.json文件与.atlas的区别 Loader.load加载json类型的资源,完成后调用Loader.clearRes后,并不能真正释放资源的bug 问题状态 最新活动: 2018-01-18 10:32 浏览: 914 关注: 2 人

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

230. 载入场景报错 [ 81%]

...ra 和light,所有代码如下 import Handler=laya.utils.Handler; import Loader=laya.net.Loader; // 程序入口 class GameMain { constructor() { Laya.init(600, 400); Laya.stage.scaleMode = Laya.Stage.SCALE_EXACTFIT; Laya.stage.screenMode = Laya.Stage.SCREEN_VERTICAL; Laya.stage.alignH = Laya.Stag...

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