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

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

31. socket大型项目回调 [ 46%]

... 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

32. 缓动动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 46%]

...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. 3d项目安卓包。部分手机报加载3d资源报错 [ 44%]

...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

34. laya1.0 的3D项目,GPU型号为Adreno 405的加载3D资源时会报错 [ 43%]

...33,0x682496 08-20 16:53:51.030 962-1015/? E/MMKernelKeyLogObserver: ingore switch state: -309 2018-12-13 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问题请先...

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

35. 【简单跑酷--JS版】---Lv.6 终篇 [ 37%]

...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

36. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 35%]

.../ 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

37. 打包安卓Android studio黑屏 [ 33%]

...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

38. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 20%]

...前有两个快捷功能,如下图所示: ![img](img/3.1-6.png) ##### `Switch to LayaAir3D BlinnPhongMateria Shader` 可以将Unity的材质一键转换成为LayaAir引擎BlinnPhong材质。 ##### `Switch to LayaAir3D PBRStandardMaterial Shader` 可以将Unity的材质一键转换成为LayaAir...

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