IAnimationClipSource
interface in UnityEngine
Description 描述
Use this interface to have a class provide its own list of Animation Clips to the Animation Window. The class must inherit from MonoBehaviour.
This interface requires an Animator or Animation component to preview Animation Clips in the Scene. See Also: AnimationUtility.GetAnimationClips.
Public Methods 公共方法
| GetAnimationClips | Returns a list of Animation Clips. |