Class AnimationClip
Inheritance
AnimationClip
Assembly: UnityEngine.dll
Syntax
public sealed class AnimationClip : Motion
Constructors
|
Improve this Doc
View Source
AnimationClip()
Declaration
Properties
empty
Declaration
public bool empty { get; }
Property Value
|
Improve this Doc
View Source
events
Declaration
public AnimationEvent[] events { get; set; }
Property Value
frameRate
Declaration
public float frameRate { get; set; }
Property Value
Declaration
public bool hasGenericRootTransform { get; }
Property Value
hasMotionCurves
Declaration
public bool hasMotionCurves { get; }
Property Value
hasMotionFloatCurves
Declaration
public bool hasMotionFloatCurves { get; }
Property Value
hasRootCurves
Declaration
public bool hasRootCurves { get; }
Property Value
humanMotion
Declaration
public bool humanMotion { get; }
Property Value
legacy
Declaration
public bool legacy { get; set; }
Property Value
length
Declaration
public float length { get; }
Property Value
localBounds
Declaration
public Bounds localBounds { get; set; }
Property Value
wrapMode
Declaration
public WrapMode wrapMode { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
AddEvent(AnimationEvent)
Declaration
public void AddEvent(AnimationEvent evt)
Parameters
ClearCurves()
Declaration
public void ClearCurves()
EnsureQuaternionContinuity()
Declaration
public void EnsureQuaternionContinuity()
|
Improve this Doc
View Source
SampleAnimation(GameObject, Single)
Declaration
public void SampleAnimation(GameObject go, float time)
Parameters
SetCurve(String, Type, String, AnimationCurve)
Declaration
public void SetCurve(string relativePath, Type type, string propertyName, AnimationCurve curve)
Parameters
Extension Methods