AnimationClip

class in UnityEngine

/

Inherits from:Motion

Switch to Manual

Description

保存基于关键帧的动画。

Animation 使用 AnimationClip 来播放动画。

Variables

empty如果该动画剪辑没有曲线,也没有事件,则返回 true。
events该动画剪辑的动画事件。
frameRate对关键帧进行采样的帧率。(只读)
hasGenericRootTransformReturns true if the Animation has animation on the root transform.
hasMotionCurvesReturns true if the AnimationClip has root motion curves.
hasMotionFloatCurvesReturns true if the AnimationClip has editor curves for its root motion.
hasRootCurvesReturns true if the AnimationClip has root Curves.
humanMotion如果该动画包含驱动人形骨架的曲线,则返回 true。
legacy如果将把 AnimationClip 与旧版动画组件(而不是动画器)结合使用,则设置为 true。
length动画长度,单位为秒。(只读)
localBounds其附加到的动画组件本地空间中此动画剪辑的 AABB。
wrapMode设置在该动画状态中使用的默认包裹模式。

Constructors

AnimationClip创建新动画剪辑。

Public Functions

AddEvent将一个动画事件添加到该剪辑中。
ClearCurves清除该剪辑中的所有曲线。
EnsureQuaternionContinuity重新调整四元数关键点,以便确保最短的插值路径。
SampleAnimation在给定时间针对任何动画属性对动画进行采样。
SetCurve分配该曲线,以便为指定属性生成动画。

Inherited members

Variables

hideFlagsShould the object be hidden, saved with the Scene or modifiable by the user?
name对象的名称。

Public Functions

GetInstanceID返回对象的实例 ID。
ToString返回 GameObject 的名称。

Static Functions

Destroy删除 GameObject、组件或资源。
DestroyImmediate立即销毁对象 /obj/。强烈建议您改用 Destroy。
DontDestroyOnLoadDo not destroy the target Object when loading a new Scene.
FindObjectOfType返回第一个类型为 type 的已加载的激活对象。
FindObjectsOfType返回所有类型为 type 的已加载的激活对象的列表。
Instantiate克隆 original 对象并返回克隆对象。

Operators

bool该对象是否存在?
operator !=比较两个对象是否引用不同的对象。
operator ==比较两个对象引用,判断它们是否引用同一个对象。