Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimationUtility

class in UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Description

Editor utility functions for modifying animation clips.

Static Variables

onCurveWasModifiedTriggered when an animation curve inside an animation clip has been modified.

Static Functions

CalculateTransformPathCalculates path from root transform to target transform.
GetAllCurvesRetrieves all curves from a specific animation clip.
GetAnimatableBindingsReturns all the animatable bindings that a specific game object has.
GetAnimatedObjectReturns the animated object that the binding is pointing to.
GetAnimationEventsRetrieves all animation events associated with the animation clip.
GetCurveBindingsReturns all the float curve bindings currently stored in the clip.
GetEditorCurveReturn the float curve that the binding is pointing to.
GetFloatValueRetrieves the current float value by sampling a curve value on a specific game object.
GetObjectReferenceCurveReturn the object reference curve that the binding is pointing to.
GetObjectReferenceCurveBindingsReturns all the object reference curve bindings currently stored in the clip.
SetAnimationClipsSets the array of AnimationClips to be referenced in the Animation component.
SetAnimationEventsReplaces all animation events in the animation clip.
SetEditorCurveAdds, modifies or removes an editor float curve in a given clip.
SetObjectReferenceCurveAdds, modifies or removes an object reference curve in a given clip.

Delegates

OnCurveWasModifiedTriggered when an animation curve inside an animation clip has been modified.