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

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

371. 动画烘焙 · LayaAir3.3 · 引擎文档 · LAYABOX [ 87%]

...动作烘焙 由于在LayaAir项目中播放动画的对象都需要添加Animator组件,因此我们先准备好一个带Animator的动画对象,如图2-1所示 (图2-1) 在动画状态机中配置好动画状态和动画片段,如图2-2所示 (图2-2) 此时运行场景,可以看...

来源: Laya3.0_文档 发布时间: 20251010

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

...ByName()方法获取到它们。** #### (2) 在代码中实现骨骼挂点 Animator动画组件类提供了两个实例方法 `linkSprite3DToAvatarNode()` 与 `unLinkSprite3DToAvatarNode()` 可以实现挂点的添加与移除(图2、图3)。 Tips:代码添加骨骼动画之前,需要美术...

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

373. laya.d3.component.animator.AnimatorController_API3.0 [ 87%]

...cted All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorController" AnimatorController Class AnimatorController Hierarchy Resource AnimatorController Index Constructors constructor Properties _id clipsID data destroyedImmediately lock name url uuid DEBUG Accessors...

来源: Laya3.0_api 发布时间: 20231115

374. 关于2.3.0动作克隆问题,AB两个怪物用同一个模型,A的动作会影响B。 [ 87%]

...走路 待机 攻击三个动作状态.创建状态的时候是 let state: AnimatorState = new AnimatorState(); state.name = key;// walk/idle/attack state.clipStart = clipStart; state.clipEnd = clipEnd; state.clip = this._animator.getDefaultState().clip; this._animator.addState(state);每个状态...

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

375. 动画实例在调用含有名字参数的时候获取不到边界 [ 87%]

...有名字参数的时候获取不到边界 示例代码 : let ani = new Animation(); ani.play(); let bounds=ani.getGraphicsBounds(); 这段能获取到图片边界即大小 但是如梦是这样调用的: ani.play(0,"true","somename") 这样调用后就获取不到边界了 这肯定是个bug! ...

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

376. 时间轴动画(JavaScript-LayaAir基础篇(JS)-动画基础) [ 87%]

...画`后,将弹出时间轴动画创建面板。在面板内选择GraphicAnimation类型,输入`动画名称`,点击`确定`,如图2所示。 ![2](img/2.png)(图2) *Tips: 面板中的各栏目说明,请参考文档《UI页面、粒子、动画、脚本新增面板详解》* 点击确定后...

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

377. TypeScript 泛形方法如何传TYPE? [ 87%]

...泛形方法如何传TYPE? GetComponetInChild(node:laya.display.Node):Laya.Animator { for (var index = 0; index < node._childs.length; index++) { var element:Laya.Animator = node._childs[index].getComponentByType(Laya.Animator); if (element!=null) { return element; }else this.GetComponetInChild(n...

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

378. 调用时间轴动画丢失皮肤问题? [ 87%]

...是如何解决的? 请问在layaIDE里,怎么调用微信小程序API Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 动画混合无效(版本2.6) 骨骼动画播放完后的回调时间 laya3D动画无法播放 关于龙骨动画转换 Animation 的cr...

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

379. laya.d3.animation.AnimationNode [ 87%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames AnimationNodeProperties | Methods Packagelaya.d3.animationClasspublic class AnimationNodeInheritanceAnimationNode ObjectImplements laya.d3.core.IClone BoneNode 类用于实现骨骼节点。 Public Properties PropertyDefin...

来源: Laya2.0_api 发布时间: 20190513

380. laya.d3.component.animation.CameraAnimations [ 86%]

...mentationAll Packages | All Classes | Index | Frames No Frames CameraAnimationsProperties | Methods | Events Packagelaya.d3.component.animationClasspublic class CameraAnimationsInheritanceCameraAnimations KeyframeAnimations Component3D EventDispatcher Object CameraAnimations 类用于创建...

来源: laya_api 发布时间: 20170603