Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimationClipPair

Namespace: UnityEngine

Description

This class define a pair of clip used by See Also: AnimationSet.

Each original clip from the controller can be overriden with another clip.

Variables

originalClipThe original clip from the controller.
overrideClipThe override animation clip.