Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


clips

Returns the list of orignal Animation Clip from the controller and their override Animation Clip.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
Warning
Deprecated. AnimatorOverrideController.clips property is deprecated. Use AnimatorOverrideController.GetOverrides and AnimatorOverrideController.ApplyOverrides instead.
public AnimationClipPair[] clips { get; set; }