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

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

61. laya.display.Animation [ 82%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames AnimationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationInheritanceAnimation AnimationBase Sprite Node EventDispatcher Object Animation 是Graphics动画类。实现了基于Graphi...

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

62. 时间轴动画(TypeScript-LayaAir基础篇(TS)-动画基础) [ 81%]

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

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

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

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

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

64. 灯光-方向光 [ 81%]

...OADED, this, function () { var aniSprite3d = layaMonkey.getChildAt(0); var animator = aniSprite3d.getComponentByType(Laya.Animator); animator.play(null, 1.0, 40, 70); }); var _quaternion = new Laya.Quaternion(); Laya.timer.frameLoop(1, null, function () { Laya.Quaternion.createFromYawPitchRoll(0.025...

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

65. laya.d3.component.Animator_API3.0 [ 81%]

...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

66. Google Play扩展包open zip失败 [ 81%]

...时 出现 试图访问该方法时失败 laya2.0引入第三方库失败 Animation 的createFrames 使用已经加载的图集缓存动画失败 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() LayaAir扩展上有c++ 怎么使用,新手 多a...

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

67. laya.d3.component.animator.Animator_API3.0 [ 81%]

...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

68. Skeleton动画在自然停止时不会移除play时添加的frameloop [ 81%]

...调时间 动画混合无效(版本2.6) Laya.timer.loop()如何停止 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 一个时间轴动画里创建的多个动画,怎么分别调用?如图 H5动画和节奏的一个加速! app启动动画应该如何...

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

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

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

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

70. View下编辑的动画如何正确播放 [ 81%]

...的动画如何正确播放 新建一个空View,然后组件->2D->Animation托入View下。通过时间轴,编辑一个简单的透明度变化动画。在View下的Animation组件下加入一个文本节点。在动画编辑模式下,可以正常播放透明动画。导出该UI,代码...

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