大约有 689 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0056 秒)
...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
...载最新的转换工具下载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
...话,用过PIXI.js, Sprite的设置宽度和高度, 直接就设置了, 而LayaBox , Sprite的 width height 竟然是要来设置交互区域的, 要更改容器的宽高,或者里面的图片的宽高, 只能设置scale, 例如:要设置一个容器sprite的宽高: sprite.scale( 期待的宽度...
来源: Laya_社区 发布时间: 20171021
...效果大家可以在官网引擎事例中查看。https://layaair2.ldc2.layabox.com/demo2/?language=zh&category=2d&group=Skeleton&name=SpineAdapted
来源: Laya2.0_文档 发布时间: 20210715
...)); 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
...)); 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
...效果大家可以在官网引擎事例中查看。https://layaair2.ldc2.layabox.com/demo2/?language=zh&category=2d&group=Skeleton&name=SpineAdapted
来源: Laya2.0_文档 发布时间: 20210715
...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
...稳定性和效率都有保证,所以可以放心使用。 欢迎加入Layabox-Ts开发者交流群,群号码:606217152 附件 : --> 2016-12-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 cuixueying 赞...
来源: Laya_社区 发布时间: 20161225
...动效果需求。点击链接可直接查看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