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

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

111. 微信小游戏报错 the .lh file root type must be Scene [ 68%]

...) at ResInfo.__proto.event (http://127.0.0.1:62629/game/code.js:483:28) at LoaderManager.__proto._endLoad (http://127.0.0.1:62629/game/code.js:13152:11) at Loader.onLoaded (http://127.0.0.1:62629/game/code.js:13128:10) at EventHandler.__proto.runWith (http://127.0.0.1:62629/game/code.js:711:59) at L...

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

112. QQ小游戏开发者工具环境下,已经被本地缓存的图片的加载回调不触发的问题 [ 68%]

...的时候可以正常显示,但是刷新过后,问题出现了,Laya.loader.load("res/atlas/comp.json", Handler.create(this, onLoaded), null, Loader.ATLAS);这里的onLoaded函数不会被触发,导致后续界面不显示。如果点QQ小程序开发者工具里的清理缓存,界面又再...

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

113. http 请求 once 的 回调参数,如何传递和接收? [ 68%]

...如何传递原生JS要用到的document.getElementById的ID过去? Laya.loader.create 进度回调函数执行两次 为什么预加载音频之后,再播放还是会重复请求下载呢? 请问下自定义时间怎么获取发送时的参数 如何获取get或者post传递的值? 问题...

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

114. Sprite3D的克隆(JavaScript-3D基础(JS)-LayaAir3D之精灵) [ 68%]

...p=Sprite3D&name=Sprite3DClone)) ```typescript { ...... //加载模型 Laya.loader.create("res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", Laya.Handler.create(this, this.onComplete)); } //完成回调 onComplete() { //获取资源 var layaMonkey = this.scene.addChild(Laya.Loader.getRes("res/three...

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

115. 人物行走图动画 [ 67%]

...从第二张图片(迈出左脚的那张图片)开始的。   还有Loader.ATLAS是static] 图集类型,加载完成后返回图集json信息(并创建图集内小图Texture)。      load(url:String, type:String = null, cache:Boolean = true):void 加载资源。 Laya.loader.load(AniConfPat...

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

116. t._addReference is not a function [ 67%]

... llc 赞同来自: 碰到相同的问题,解决了,供参考: Laya.loader.load(chapterBG, Laya.Handler.create(this, this.onBGLoaded, [chapterBG])/* , Laya.Handler.create(this, this.onBGLoadProgress) */); 第三个参数打开在某些条件下会出t._addReference is not a function 可能是...

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

117. Sprite3D的克隆(TypeScript-3D基础(TS)-LayaAir3D之精灵) [ 67%]

...p=Sprite3D&name=Sprite3DClone)) ```typescript { ...... //加载模型 Laya.loader.create("res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", Laya.Handler.create(this, this.onComplete)); } //完成回调 onComplete() { //获取资源 var layaMonkey = this.scene.addChild(Laya.Loader.getRes("res/three...

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

118. getItemByClass(sign:String, cls:Class):*,怎么给Class的构造函数传参? [ 67%]

...行域 的详解 如何定义动画播放过某帧后的回调函数 Laya.loader.create 进度回调函数执行两次 Warning!,this class[MiniAdpter] already exist: Object {init: } js调as函数 undifine 怎么停止正在运行Laya.timer.frameLoop的回调函数 load 加载完图集 回调函数...

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

119. tiledmap有时尺寸不正确 [ 67%]

...件 private _mTiledMap:TiledMap = null; // 自定义信息文件 private _mLoader:Loader = null; // 当前地图X坐标 private _mViewPortX:number = 0; // 当前地图Y左边 private _mViewPortY:number = 0; // 当前加载状态 private _mLoadState:ESceneLoadState = ESceneLoadState.eLoadNull; // 地...

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

120. 版主紧急问题求助! [ 67%]

...ew a();     a.vector2 = new Vector2(100, 100);      a.加载() //Laya.loader.create 加载一个模型。 这个a类里面有回调方法     a里面回调方法,回调回来后,发现,a.vector2 值丢了变成0,1了,然后我之前在构造里面new 了一个Sprite3D,设置了坐...

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