Version: 2019.1

IAnimationClipSource

interface in UnityEngine

Switch to Manual

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 Functions

GetAnimationClipsReturns a list of Animation Clips.