IAnimationClipSource

interface in UnityEngine

매뉴얼로 전환

설명

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 함수

GetAnimationClipsReturns a list of Animation Clips.