大约有 3,590 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0075 秒)
Laya_社区(3375) Laya2.0_文档(85) Laya3.0_api(35) Laya_示例(31) Laya2.0_api(20) Laya3.0_文档(18) Laya2.0_示例(14) laya_api(12)
...载它,否则播放特效延迟啊。 //播放模块remove特效 var ani:Animation = new Animation(); ani.loadAnimation("ani/TX001.ani"); //动画播放完的事件 ani.on(Laya.Event.COMPLETE,this,(ani:Animation)=>{ ani.removeSelf(); ani.destroy(); },[ani]); ani.play(0,false); 2018-06-15 添加...
来源: Laya_社区 发布时间: 20180615
...tage.width / 2, Laya.stage.height / 2); Laya.timer.frameLoop(1, this, this.animate); } animate() { this.apesCon.rotation += 1; } } new Sprite_Container();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Lay...
来源: Laya2.0_示例 发布时间: 20241119
...aya.stage.width / 2, Laya.stage.height / 2); Laya.timer.frameLoop(1, this, animate); } function animate(e) { apesCtn.rotation += 1; } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export...
来源: Laya_示例 发布时间: 20241119
...DocumentationAll Packages | All Classes | Index | Frames No Frames UVAnimationsProperties | Methods | Events Packagelaya.d3.component.animationClasspublic class UVAnimationsInheritanceUVAnimations KeyframeAnimations Component3D EventDispatcher Object UVAnimations 类用于创建UV动画组...
来源: laya_api 发布时间: 20170603
... 所有汽车在unity 中是运动的, 但是导出后都不运动 animator也看不到节点 附件 : --> 2018-07-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 如果汽车动...
来源: Laya_社区 发布时间: 20180703
...动画控制粒子显示隐藏报错 更新到2.12.2之后出现的问题 animator动画控制粒子 附件 : --> 2022-01-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Yan 赞同来自: 方便上传一个...
来源: Laya_社区 发布时间: 20220117
...ypeError: Cannot read property 'elements' of undefined laya.d3.js:18283 at AnimationTransform3D.value._localRotationEuler (/RotateDemo/bin/libs/laya.d3.js:18283:53) at Animator.__proto._addKeyframeNodeOwner (/RotateDemo/bin/libs/laya.d3.js:19193:23) at Animator.__proto._getOwnersByClip (/Rotat...
来源: Laya_社区 发布时间: 20190225
...3库,载入lh文件报错 运行LayaAir Run就出错,是不是插件对animator兼容性太差。我把animator组件干掉,就没错了。。。。。 附件 : --> anim.zip 2018-01-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20180115
...a.stage.addChild(ape1); ape1.addChild(ape2); Laya.timer.frameLoop(1, this, animate); } function animate(e) { ape1.rotation += 2; ape2.rotation -= 4; } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = L...
来源: Laya_示例 发布时间: 20241119
...I DocumentationAll Packages | All Classes | Index | Frames No Frames AnimationTransform3DProperties | Methods Packagelaya.d3.animationClasspublic class AnimationTransform3DInheritanceAnimationTransform3D EventDispatcher Object AnimationTransform3D 类用于实现3D变换。 Public Properties...
来源: Laya2.0_api 发布时间: 20190513