Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IAnimationClipSource

Use this interface to have a class provide its own list of Animation Clips to the Animation Window. The class must inherit from MonoBehaviour.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Interface
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
public interface IAnimationClipSource

Remarks

This interface requires an Animator or Animation component to preview Animation Clips in the Scene. Additional Resources: AnimationUtility.GetAnimationClips.

Methods

Method

Description

GetAnimationClipsReturns a list of Animation Clips.