AnimationUtility

class in UnityEditor

Cambiar al Manual

Descripción

Editor utility functions for modifying animation clips.

Variables Estáticas

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

Funciones Estáticas

CalculateTransformPathCalculates path from root transform to target transform.
GetAnimatableBindingsReturns all the animatable bindings that a specific game object has.
GetAnimatedObjectReturns the animated object that the binding is pointing to.
GetAnimationClipsReturns the array of AnimationClips that are referenced in the Animation component.
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.
GetGenerateMotionCurvesReturns whether the animation clip is set to generate root motion curves.
GetKeyBrokenRetrieve the specified keyframe broken tangent flag.
GetKeyLeftTangentModeRetrieve the left tangent mode of the keyframe at specified index.
GetKeyRightTangentModeRetrieve the right tangent mode of the keyframe at specified index.
GetObjectReferenceCurveReturn the object reference curve that the binding is pointing to.
GetObjectReferenceCurveBindingsReturns all the object reference curve bindings currently stored in the clip.
SetAdditiveReferencePoseSet the additive reference pose from referenceClip at time for animation clip 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.
SetGenerateMotionCurvesSets whether the animation clip generates root motion curves.
SetKeyBrokenChange the specified keyframe broken tangent flag.
SetKeyLeftTangentModeChange the specified keyframe tangent mode.
SetKeyRightTangentModeChange the specified keyframe tangent mode.
SetObjectReferenceCurveAdds, modifies or removes an object reference curve in a given clip.

Delegados

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