| 12345678910111213 | 
							- using UnityEngine.Timeline;
 
- using UnityEngine.UI;
 
- namespace UnityUIPlayables
 
- {
 
-     [TrackColor(0.1098f, 0.3529f, 0.8392f)]
 
-     [TrackClipType(typeof(ImageAnimationClip))]
 
-     [TrackBindingType(typeof(Image))]
 
-     public class ImageAnimationTrack
 
-         : AnimationTrack<Image, ImageAnimationMixer, ImageAnimationMixerBehaviour, ImageAnimationBehaviour>
 
-     {
 
-     }
 
- }
 
 
  |