大约有 615 项符合查询结果, 库内数据总量为 30,900 项。 (搜索耗时: 0.0049 秒)
Laya_社区(530) Laya2.0_文档(19) Laya_示例(16) Laya3.0_api(14) Laya2.0_api(12) Laya3.0_文档(11) laya_api(8) Laya2.0_示例(5)
...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
...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
...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
...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_示例 发布时间: 20250220
...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_示例 发布时间: 20250220
带骨骼动画模型加载问题,加载没有刚体效果、动画Animator销毁报错 3D模型导出来lh文件的结构为: Sprite3D child Sprite3D components Animator Rigidbody child ...
来源: Laya_社区 发布时间: 20181026
Laya.Animation.createFrames,用图集url加载的播放顺序不对,用图集Array加载的播放顺序对,咋回事? Laya.Animation.createFrames,用图集url加载的播放顺序不对,用图集Array加载的播放顺序对,咋回事? //播放正常 Laya.Animation.createFrames(["fi...
来源: Laya_社区 发布时间: 20170908
...画混合问题,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
...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
Animation创建动画模板问题 请问动画模版支持通过打包后的图集方式创建吗,我通过如下方式创建会抛出异常: // 动画模版 Laya.Animation.createFrames([{ url: "res/atlas/actor/character/idle.json", type: Laya.Loader.ATLAS }], ActionType.MOVE_STAND); 异常...
来源: Laya_社区 发布时间: 20170206