大约有 195 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)
...lasspublic class ShuriKenParticle3DInheritanceShuriKenParticle3D RenderableSprite3D Sprite3D ComponentNode Node EventDispatcher Object ShuriKenParticle3D 3D粒子。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身...
来源: laya_api 发布时间: 20170929
LayaAir引擎 重复使用Laya.Sprite3D.load加载同一个lh类型的资源,发现第二次加载到的资源是无效的 Laya.Sprite3D.load(path, Laya.Handler.create(this, this.loadCompleted)); public loadCompleted(sp:Laya.Sprite3D):void { this._loaded = true; ...
来源: Laya_社区 发布时间: 20200609
...Node().GetField("child"); 然后获取下面所有jsChild,如果类型是Sprite3D 的,那就把数据写成自定义的,这里要注意一下,引用的图片 2018-03-24 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 hyong1986 相...
来源: Laya_社区 发布时间: 20180320
... //方法一:直接异步加载 var layaMonkey:Sprite3D = scene.addChild(Sprite3D.load(url+"LayaScene_sharedunity/sharedunity.lh")) as Sprite3D; var zombieAnimator:Animator =layaMonkey.getChildAt(0).getComponentByType(Animat...
来源: Laya_社区 发布时间: 20180122
...就会忘掉 在这里分享出来以后好搜索 //直接异步加载 var sprite3D:Laya.Sprite3D = Laya.Sprite3D.load("res/room.lh"); //方法二:预加载,创建为Sprite3D类型 Laya.loader.create("res/room.lh",Laya.Handler.create(this,this.onCreateComplete)); //预加载完成后回调 pr...
来源: Laya_社区 发布时间: 20170809
sprite3D.getChildAt(0).getComponentByType 报错 调用 getComponentByType 获取Animator动画组件 报错, 自己写的和运行官方例子都一样 LayaIDE版本是:1.7.19 LayaAir版本是:1.7.19 附件 : --> 2018-08-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20180807
laya3d到处的模型文件 laya3d到处的模型文件为什么再模型sprite3d外面又套了一层sprite3d,我要获取对应的模型,每次都要 let waimianSp:Laya.Sprite3D = Laya.loader.getRes("res/atlas/LayaScene_test2/Conventional/test2.lh") as Laya.Sprite3D; let sp3d:Laya.Sprite3D ...
来源: Laya_社区 发布时间: 20200420
1.7.8版本Sprite3D.load问题 这个版本Sprite3D.load 多次同一个url,则返回的是第一次load返回的sprite3d对象. demo工程如下(里面要显示同一个url的2个模型却只会显示1个)。比较急求解决... 附件 : --> test_5d.zip 2017-08-08 添加评论 免费帖 -->...
来源: Laya_社区 发布时间: 20170808
如何更改Laya.Sprite3D 物件的颜色 我想要实现这张图片闪烁的效果,在unity的做法是透过iTween 去改变material.Color值,我想知道layaair里面要怎么实现这个效果呢? 附图分别是这张图片亮与暗的两种状态。 附件 : --> 2017-12-11 添加评论...
来源: Laya_社区 发布时间: 20171211
...lasspublic class ShuriKenParticle3DInheritanceShuriKenParticle3D RenderableSprite3D Sprite3D Node EventDispatcher Object ShuriKenParticle3D 3D粒子。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活...
来源: Laya2.0_api 发布时间: 20190513