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

大约有 605 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0045 秒)

1. laya.d3.component.Animator [ 100%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames AnimatorProperties | Methods | Constants Packagelaya.d3.componentClasspublic class AnimatorInheritanceAnimator Component Object Animator 类用于创建动画组件。 Public Properties Hide Inherited Public Properties Sho...

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

2. laya.d3.component.animator.AnimatorControllerLayer_API3.0 [ 99%]

...cted All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorControllerLayer" AnimatorControllerLayer Class AnimatorControllerLayer AnimatorControllerLayer 类用于创建动画控制器层。 Hierarchy AnimatorControllerLayer Implements IClone Index Constructors const...

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

3. laya.d3.component.animator.Animator_API3.0 [ 99%]

...cted All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/Animator" Animator Class Animator Animator 类用于创建动画组件。 Hierarchy Component Animator Index Constructors constructor Properties _controller _extra _singleton cullingMode owner runInEditor scriptPath ...

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

4. 性能测试-卡通人物2 [ 99%]

...ar Stat = Laya.Stat; var WebGL = Laya.WebGL; var Sprite = Laya.Sprite; var Animation = Laya.Animation; // Class Character function Character(images) { Character.super(this); Character.WIDTH = 110; Character.HEIGHT = 110; var bloodBar; var animation; var nameLabel; Character.prototype.createAnimation...

来源: Laya_示例 发布时间: 20240930

5. 性能测试-卡通人物2 [ 99%]

...prite { constructor(images) { super(); this.speed = 5; this.bloodBar; this.animation; this.nameLabel; this.createAnimation(images); this.createBloodBar(); this.createNameLabel(); } createAnimation(images) { const Animation = Laya.Animation; this.animation = new Animation(); this.animation.loadImages...

来源: Laya2.0_示例 发布时间: 20240930

6. 带骨骼动画模型加载问题,加载没有刚体效果、动画Animator销毁报错 [ 98%]

带骨骼动画模型加载问题,加载没有刚体效果、动画Animator销毁报错 3D模型导出来lh文件的结构为: Sprite3D     child         Sprite3D             components                 Animator                 Rigidbody             child  ...

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

7. Laya.Animation.createFrames,用图集url加载的播放顺序不对,用图集Array加载的播放顺序对,咋回事? [ 98%]

Laya.Animation.createFrames,用图集url加载的播放顺序不对,用图集Array加载的播放顺序对,咋回事? Laya.Animation.createFrames,用图集url加载的播放顺序不对,用图集Array加载的播放顺序对,咋回事? //播放正常 Laya.Animation.createFrames(["fi...

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

8. 动画混合问题,Avatar动画混合报错. [ 98%]

...画混合问题,Avatar动画混合报错. 我看2.1的文档已经支持animator的混合过度,但是我在unity里面animator controller里面添加了2个动画层,和mask avatar。导出后播放动画直接报错 TypeError: Cannot read property 'time' of undefined laya.d3.js:22278 at Anim...

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

9. laya.d3.component.Animator_API3.0 [ 97%]

...cted All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator" Animator Class Animator Animator 类用于创建动画组件。 Hierarchy Component Animator Index Constructors constructor Properties _extra _singleton cullingMode owner runInEditor scriptPath CULLINGMODE_ALWAYSANI...

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

10. Animation创建动画模板问题 [ 97%]

Animation创建动画模板问题 请问动画模版支持通过打包后的图集方式创建吗,我通过如下方式创建会抛出异常: // 动画模版 Laya.Animation.createFrames([{ url: "res/atlas/actor/character/idle.json", type: Laya.Loader.ATLAS }], ActionType.MOVE_STAND);   异常...

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