返回介绍

AnimationClip 动画剪辑

发布于 2019-12-18 15:37:10 字数 3252 浏览 890 评论 0 收藏 0

class in UnityEngine / Inherits from: Motion

Description 描述

Stores keyframe based animations.

储存基于关键帧的动画。

AnimationClip is used by Animation to play back animations.

AnimationClip是用于Animation来播放动画。

Variables 变量

eventsAnimation Events for this animation clip.
用于该剪辑的动画事件。
frameRateFrame rate at which keyframes are sampled. (Read Only)
被取样关键帧的帧速率。(只读)
humanMotionReturns true if the animation contains curve that drives a humanoid rig.
如果该动画包含的曲线是人类骨骼,返回true。
legacySet to true if the AnimationClip will be used with the Legacy Animation component ( instead of the Animator ).
如果动画剪辑被使用于旧版Animation组件,返回true。
lengthAnimation length in seconds. (Read Only)
动画长度,单位秒。(只读)
localBoundsAABB of this Animation Clip in local space of Animation component that it is attached too.
动画组件在本地坐标空间这个动画剪辑的AABB也被附加。
wrapModeSets the default wrap mode used in the animation state.
在动画状态设置使用的默认循环模式。

Constructors 构造器

AnimationClipCreates a new animation clip.
创建一个新的动画剪辑。

Public Functions 共有函数

AddEventAdds an animation event to the clip.
给剪辑添加动画事件。
ClearCurvesClears all curves from the clip.
从该剪辑清除所有曲线。
EnsureQuaternionContinuityIn order to insure better interpolation of quaternions, call this function after you are finished setting animation curves.
为了保证更好的四元数插值,你设置完成动画曲线后调用这个函数。
SampleAnimationSamples an animation at a given time for any animated properties.
在给定的时间采样动画,为任意动画的属性。
SetCurveAssigns the curve to animate a specific property.
指定动画曲线来动画特定的属性。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文