大约有 38 项符合查询结果, 库内数据总量为 30,956 项。 (搜索耗时: 0.0049 秒)
... for (var name in msg) { if (protos[name]) { var proto:any = protos[name]; switch (proto.option) { case "optional": case "required": buffer.writeArrayBuffer(this.encodeTag(proto.type, proto.tag)); this.encodeProp(msg[name], proto.type, protos, buffer); break; case "repeated": if (!!msg[name] &&a...
来源: Laya_社区 发布时间: 20180119
...nction updateColor(txt:Text):void { var c:int = parseInt(Math.random()*3); switch(c) { case 0: { txt.color="#EEE000"; break; } case 1: { txt.color="#FFFFFF"; break; } case 2: { txt.color="#FF0000"; break; } default: { txt.color="#EEE000"; break; } } } /** * 缓动完成后的回调方法 * @param tx...
来源: Laya2.0_文档 发布时间: 20210715
...33,0x682496 08-20 16:53:51.030 962-1015/? E/MMKernelKeyLogObserver: ingore switch state: -309 2018-08-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 能提供一个在运行环境报错的...
来源: Laya_社区 发布时间: 20180820
...33,0x682496 08-20 16:53:51.030 962-1015/? E/MMKernelKeyLogObserver: ingore switch state: -309 2018-12-13 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问题请先...
来源: Laya_社区 发布时间: 20181213
...ht = 21; var texture1 = Laya.loader.getRes("res/hp_bg.png"); var texture2; switch (type) { case Hp.HP_TYPE_ENERGY: texture2 = Laya.loader.getRes("res/en_bar.png"); break; case Hp.HP_TYPE_SPEED: texture2 = Laya.loader.getRes("res/hp_bar.png"); break; } this.bg = new Sprite(); this.bar = new Sprite();...
来源: Laya_社区 发布时间: 20160803
.../ ERROR — 构建时遇到错误 // FATAL — 遇到无可修复的错误 switch (event.code) { case 'START': tS = Date.now(); console.log(`Starting 'rebuild'...`); break; case 'END': console.log(`Finished 'rebuild' after ${((Date.now() - tS) / 1000).toFixed(2)} s`); break; case 'ERROR': case 'FATA...
来源: Laya_社区 发布时间: 20201223
...eWindowType 0x7d83ab1010 disconnect failed D/AwareBitmapCacher: handleInit switch not opened pid=27883 I/om.layabox.tes: WaitForGcToComplete blocked HeapTrim on ProfileSaver for 13.827ms I/om.layabox.tes: Starting profile saver IsSaveProfileNow end. 2019-07-23 0 0 分享 微博 QZONE 微信 为什...
来源: Laya_社区 发布时间: 20190723
...前有两个快捷功能,如下图所示:  ##### `Switch to LayaAir3D BlinnPhongMateria Shader` 可以将Unity的材质一键转换成为LayaAir引擎BlinnPhong材质。 ##### `Switch to LayaAir3D PBRStandardMaterial Shader` 可以将Unity的材质一键转换成为LayaAir...
来源: Laya2.0_文档 发布时间: 20210714