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

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

651. 打包native报错 [ 46%]

...son   2019-06-18 13:34:09.276568+0800 test1[6479:65523]  require(/sdcard/layabox/scripts/index.js) 2019-06-18 13:34:09.277721+0800 test1[6479:65523] found the file in the package:scripts/index.js   2019-06-18 13:34:09.279091+0800 test1[6479:65523]  ===============================================...

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

652. Uncaught TypeError: Cannot read property 'props' of undefined [ 46%]

...载最新的转换工具下载LayaAir3D导出工具 下载地址http://ldc.layabox.com/download/2.0.0beta1/unityplugin/LayaAirUnityPlugin_beta.unitypackage 2018-09-20 1 1 分享 微博 QZONE 微信   赞同来自: 提供demo 2018-09-20 0 0 分享 微博 QZONE 微信 煮饭烫伤手 赞同来自: ...

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

653. 建议给Tween增加一些功能, 例如无限循环 , 增加一些回调函数 [ 46%]

...话,用过PIXI.js, Sprite的设置宽度和高度, 直接就设置了, 而LayaBox , Sprite的 width height 竟然是要来设置交互区域的, 要更改容器的宽高,或者里面的图片的宽高, 只能设置scale,   例如:要设置一个容器sprite的宽高: sprite.scale( 期待的宽度...

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

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

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

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

655. 动画挂点(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

656. 动画挂点(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

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

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

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

658. 动画挂点(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

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

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

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

660. 缓动动画(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