ImageAnimationMixerBehaviour.cs 198 B

123456789
  1. using UnityEngine.UI;
  2. namespace UnityUIPlayables
  3. {
  4. public class ImageAnimationMixerBehaviour
  5. : AnimationMixerBehaviour<Image, ImageAnimationMixer, ImageAnimationBehaviour>
  6. {
  7. }
  8. }