Version: 2022.3
言語: 日本語

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.