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

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

301. 小游戏环境下 声音的缓存机制导致更换声音文件失败 [ 67%]

...                 MiniFileMgr.downOtherFiles(url, Handler.create(this, this.onDownLoadCallBack, [url]), url);                 }             }         }     MiniFileMgr.getFileInfo = function (fileUrl) {             var fileNativePath ...

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

302. 启用版本管理后,Laya.loader.load加载在微信web开发者工具触发不了回调 [ 67%]

...gin.atlas", type: Laya.Loader.ATLAS}, ] Laya.loader.load(resArray, Handler.create(null, function(){ console.log("回调")}));   这样用Laya.loader.load加载在微信web开发者工具触发不了回调,资源的url都是有资源的, Laya.URL.basePath的路径也是对的   laya sdk 是1.7....

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

303. 如何把加载好的二进制数据转成Texture? [ 67%]

... 我贴伪代码给你 loadBytes(res.bin, () => { res.texture = Texture.create(res.source, 0, 0, res.texWidth, res.texHeight); // res.source.dispose();//提交显卡是异步过程 dispose 会导致texture无效 // setTimeout(() => { // res.source.dispose(); // }, 1000); // res.source = null;/...

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

304. discard property,please use transform's property instead [ 67%]

...能         directionLight.shadowPCFType = 3;         Laya.loader.create([             "res/plane.lh",             "res/LayaMonkey.lh"         ], Laya.Handler.create(this, onComplete));         var _quaternion = new Laya.Quaternion();         Laya.timer.frameLoop(1, n...

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

305. 场景管理 · LayaAir3.0文档 · LAYABOX [ 67%]

...ise<Scene> { Scene.showLoadingPage(); return Scene.load(url, Handler.create(null, this._onSceneLoaded, [closeOther, complete, param]), progress); } (图2-1) 例如创建名为 OpenScene 的场景,保存在assets路径下 uiDemo/page/OpenScene.ls,代码中可以这样打开场景,同...

来源: Laya3.0_文档 发布时间: 20241014

306. 加载预制体json,返回值不统一 [ 67%]

...efab; 解决方式: Laya.loader.load("prefab/hero.json", Laya.Handler.create(this, function (obj) {             console.log('hero',obj);         }), null, Laya.Loader.PREFAB);         Laya.loader.create("prefab/WeiTiao.json", Laya.Handler.create(this, function...

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

307. 如何判断加载资源是否成功? [ 67%]

...源是否成功? Laya.loader.load(["res/book00"+2+".txt"], Laya.Handler.create(this, onLoaded(i))) 2018-04-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: Laya.loader.load配合 Laya.load...

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

308. 射线检测-射线检测 [ 67%]

...ranslate(new Laya.Vector3(0, 1, 3)); camera.clearColor = null; Laya.loader.create(["../../res/threeDimen/skinModel/NvWu/NvWu-shenminvwu.lm", "../../res/threeDimen/skinModel/CunMinNan/CunMinNan-cunminnan.lm", "../../res/threeDimen/skinModel/XiaoFeiLong/XiaoFeiLong-xiaofeilong.lm", "../../res/threeDim...

来源: Laya_示例 发布时间: 20241118

309. 自定义loadingView [ 67%]

...load([{url: "res/atlas/comp.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); } 这里的dd=__JS__("window.loadingView"); 换成 ts 怎么写 Apple • 2018-04-16 16:22 直接 Laya.Browser.window.loadingView

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

310. 为何发生此类报错Uncaught TypeError: Cannot read property '_tf' of null [ 67%]

...}, {url:"res/Public@sl4615.mp3",type:laya.net.Loader.SOUND} ],Laya.Handler.create(this,onLoaded));  /*登录界面*/ var resArray=[ {url:"res/LoginView.fui",type:laya.net.Loader.BUFFER}, {url:"res/LoginView@atlas0.png",type:laya.net.Loader.IMAGE} ]; var loadcount=resArray.length; function onLoaded(...

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