Obsolete public static AnimationClip[] GetAnimationClips (Animation component);
public static AnimationClip[] GetAnimationClips (GameObject gameObject);

Descripción

Returns the array of Animation Clips associated with the GameObject or component.

This method retrieves Animation Clips from the Animator or the Animation components. This method also works with any component that has implemented the IAnimationClipSource interface.