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

描述

返回与游戏对象或组件关联的动画剪辑数组。

此方法从 AnimatorAnimation 组件中检索动画剪辑。此方法也适用于已实现 IAnimationClipSource 接口的任何组件。