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

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

151. ProtoBuf 其他消息类型怎么使用 [ 67%]

...g 昨晚脑子短路了。睡觉时才想到这样弄。var _NetData = new this.UserModel();             var _NetMessageHead=new this.HeadModel();             _NetMessageHead.set('bMainID', head[0]);             _NetMessageHead.set('bAssistantID', head[1]);         ...

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

152. 微信不加载version.json [ 67%]

...E_VERSION; Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this,this.beginLoad)); HI, 各位大大。我们在程序入口添加了上述资源版本控制,并release。 抓包发现,通过微信进入游戏没有请求version.json文件(iOS/Android都没请求); 通过微信...

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

153. 使用clearTextureRes的时候有几个不明白的地方 [ 67%]

...渲染,然后再使用嘛? 我看了官网的例子,发现如果将 this.spBg.visible = false; this.aniFly.visible = false;  这两行代码注释掉,然后点击用cleartestureres进行销毁的时候,curMem是不会改变的,只有将那两个对象设置成false,curMem才会降下...

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

154. 微信小游戏渲染开放域卡顿处理 [ 67%]

...i         constructor() {             super();             this.once(Laya.Event.DISPLAY, this, this.onCreate);             this.once(Laya.Event.UNDISPLAY, this, this.onDestroy);         }         /**          * 加入场景          */         protected on...

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

155. 2.0Beta版本 TiledMap没办法使用 [ 66%]

... 分享 微博 QZONE 微信 136*****787 赞同来自: 谢谢回复,但是this.tiledMap = new TiledMap(); Typescript会在这个地方崩溃 @Laya_Aaron 2018-09-18 0 0 分享 微博 QZONE 微信 tea 赞同来自: 我也遇到这个问题啦 按官方文档也是错 还没有人回复 2018-12-17 0 0...

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

156. 微信小游戏运行导出项目的时候报错:Scene: the .lh file root type must be Scene [ 66%]

...the .lh file root type must be Scene,please use other function to  load  this file.;at api readFile success callback function Error: Scene: the .lh file root type must be Scene,please use other function to  load  this file.     at MyScene.__proto.onAsynLoaded (http://127.0.0.1:59022/game/code....

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

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

...he.ls"; public LoadScene3D(): Laya.Scene { console.log("screen#DPath = " + this.screen3DPath); let scene: Laya.Scene = Laya.Scene.load(this.screen3DPath); Laya.stage.addChildAt(scene, 0); this.InitCamera(scene); return scene; } 微信小游戏报错 Scene: the .lh file root type must be Scene,please...

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

158. 如何在3D旋转中使用缓动 Laya.Tween.to()?官方示例我看过,不是旋转 [ 66%]

...动 Laya.Tween.to()? 我看过官方示例,不是旋转 Laya.Tween.to(this.camera.transform.localRotationEuler, { x: _vector3.x, y: _vector3.y, z: _vector3.z + (20 * Math.PI / 180) }, 500); 2017-08-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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

159. 微信小游戏环境下,load的参数ignoreCache设置为true时,并没有重新下载资源 [ 66%]

...9:41 Laya.loader.load("https://xxxx/image.png", new Laya.Handler(this, this.imageLoaded), null, Laya.Loader.IMAGE, 0, false, "", true); 代码是这样的,但是这个url的资源覆盖以后,还是不会发生变化

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

160. 微信头像请求方式 [ 66%]

...ttpRequest = new Laya.HttpRequest(); httpRequest.once(Laya.Event.COMPLETE, this, (data)=>{ let byte = new Laya.Byte(data); byte.writeArrayBuffer(data, 4); let blob = new Laya.Browser.window.Blob([data], {type:'image/apng'}); let url = Laya.Browser.window.URL.createObjectURL(blob); showImg.skin = ...

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