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

大约有 728 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0058 秒)

691. [LayaAir3]3.3.0-beta.4已知新bug汇总 [ 45%]

...找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 layabox 赞同来自: 已在3.3.0正式版中修复,请关注近期官网的发版情况 2025-07-15 0 0 分享 微博 QZONE 微信 LayaAir大为 赞同来自: 您好,非常感谢您反馈的这些问题,下面我对这...

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

692. Spine适配版(TypeScript-LayaAir基础篇(TS)-动画基础) [ 45%]

...效果大家可以在官网引擎事例中查看。https://layaair2.ldc2.layabox.com/demo2/?language=zh&category=2d&group=Skeleton&name=SpineAdapted

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

693. 动画挂点(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 45%]

...)); var material = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(this, function(tex) { material.albedoTexture = tex; })); box.meshRenderer.material = material; var monkey = res.getChildByName("LayaMonkey"); //查找节点 var bonePoint:Sprite3D = this.find...

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

694. 动画挂点(JavaScript-3D基础(JS)-LayaAir3D之Animator动画) [ 45%]

...)); var material = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(this, function(tex) { material.albedoTexture = tex; })); box.meshRenderer.material = material; var monkey = res.getChildByName("LayaMonkey"); //查找节点 var bonePoint:Sprite3D = this.find...

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

695. Spine适配版(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 45%]

...效果大家可以在官网引擎事例中查看。https://layaair2.ldc2.layabox.com/demo2/?language=zh&category=2d&group=Skeleton&name=SpineAdapted

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

696. 动画挂点(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 44%]

...terial: BlinnPhongMaterial = new BlinnPhongMaterial(); Texture2D.load("res/layabox.png", Handler.create(this, function(tex:Texture2D):void { material.albedoTexture = tex; })); box.meshRenderer.material = material; var monkey:Sprite3D = res.getChildByName("LayaMonkey") as Sprite3D; //查找节点 var...

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

697. FairyGUI是一款专业的 UI编辑器(千万别点) [ 44%]

...稳定性和效率都有保证,所以可以放心使用。  欢迎加入Layabox-Ts开发者交流群,群号码:606217152 附件 : --> 2016-12-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 cuixueying 赞...

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

698. 缓动动画(JavaScript-LayaAir基础篇(JS)-动画基础) [ 42%]

...动效果需求。点击链接可直接查看API: [https://layaair.ldc.layabox.com/api/?category=Core&class=laya.utils.Tween](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=Utils&class=laya.utils.Tween) `Ease`类的API中对缓动函数进行了基...

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

699. 缓动动画(TypeScript-LayaAir基础篇(TS)-动画基础) [ 42%]

...动效果需求。点击链接可直接查看API: [https://layaair.ldc.layabox.com/api/?category=Core&class=laya.utils.Tween](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=Utils&class=laya.utils.Tween) `Ease`类的API中对缓动函数进行了基...

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

700. Tween 缓动过程有触发回调函数么 [ 42%]

...e, true, autoRecover, true); }  源码在这,官网有例子https://ldc.layabox.com/doc/?nav=zh-as-1-5-1 2018-01-09 0 8 分享 微博 QZONE 微信 dear_H 赞同来自: 估计就是这个问题 我没设置 所以才执行一次 2018-01-09 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: ...

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