IAnimationClipSource

interface in UnityEngine

Cambiar al Manual

Descripción

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.

Funciones Públicas

GetAnimationClipsReturns a list of Animation Clips.