AnimationClipPair
This class defines a pair of clips used by AnimatorOverrideController.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
public class AnimationClipPair
Remarks
Each original clip from the controller can be overriden with another clip.
Fields
Value | Description |
|---|---|
| originalClip | The original clip from the controller. |
| overrideClip | The override animation clip. |