大约有 3,590 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0079 秒)
Laya_社区(3375) Laya2.0_文档(85) Laya3.0_api(35) Laya_示例(31) Laya2.0_api(20) Laya3.0_文档(18) Laya2.0_示例(14) laya_api(12)
...cted All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorStateCondition" AnimatorStateCondition Class AnimatorStateCondition Hierarchy AnimatorStateCondition AnimatorStateNumberCondition AnimatorStateBoolCondition AnimatorStateTriggerCondition Index Constructors co...
来源: Laya3.0_api 发布时间: 20231102
角色animator引起的重力失效 角色animator引起的重力失效, 去掉unity里面的物理,在Laya导出父类上加rigidbdy移动旋转失效。 2018-11-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...
来源: Laya_社区 发布时间: 20181101
...cted All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorState" AnimatorState Class AnimatorState AnimatorState 类用于创建动作状态。 Hierarchy EventDispatcher AnimatorState Implements IClone Index Constructors constructor Properties _isLooping clipEnd cli...
来源: Laya3.0_api 发布时间: 20231115
在加载包含Animation的prefab后,动画没有显示 加载的代码如下,在我的gk2v1预制体中包含一个叫NPCdie的动画,在我加载预制体后动画没有显示。我尝试过把单独的动画做成预制体进行加载也没有显示。是我的加载方式不对?还是...
来源: Laya_社区 发布时间: 20201022
Laya2.0 动画Animator如何监听播放完成 Laya2.0 如何知道动画播放完成! 2018-11-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 136*****740 赞同来自: 2.0之后似乎没有了。我用Animator...
来源: Laya_社区 发布时间: 20181109
...cted All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorStateCondition" AnimatorStateTriggerCondition Class AnimatorStateTriggerCondition Hierarchy AnimatorStateCondition AnimatorStateTriggerCondition Index Constructors constructor Accessors id name type Methods c...
来源: Laya3.0_api 发布时间: 20231102
...址](https://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Animation3D&name=AnimationLayerBlend))中替换些操作来查看效果。 ```typescript //在混合模式的按钮监听事件中改变播放层 blendType++; //在切换动作的按钮监听事件中播放动作 switch (ble...
来源: Laya2.0_文档 发布时间: 20210715
layaAir中Animation无法获得宽高,很多逻辑无法判断 this.animation = new Animation(); this.animation.loadAtlas( _path ); this.animation.interval = _speed; // 设置播放间隔(单位:毫秒) this.animation.play(); this.addChild( this.animation ); this.animation.width 一直为0 ...
来源: Laya_社区 发布时间: 20161117
Animator无法监听complete 首先,我新增了多个clip到Animator: this.ani = this.actor.getComponentByType(Laya.Animator) as Laya.Animator; this.ani.addClip(clipSuccess, this.ANIM_SUCCESS_IDLE_NICK,0,34); this.ani.addClip(clipFailed, this.ANIM_FAILED_IDLE_NICK,0,34); this.ani.addClip(clipCardI...
来源: Laya_社区 发布时间: 20180309
...cted All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorPlayState" AnimatorPlayState Class AnimatorPlayState AnimatorPlayState 类用于创建动画播放状态信息。 Hierarchy AnimatorPlayState Index Constructors constructor Accessors animatorState currentStat...
来源: Laya3.0_api 发布时间: 20231115