GraphicAnimationMixerBehaviour.cs 206 B

123456789
  1. using UnityEngine.UI;
  2. namespace UnityUIPlayables
  3. {
  4. public class GraphicAnimationMixerBehaviour
  5. : AnimationMixerBehaviour<Graphic, GraphicAnimationMixer, GraphicAnimationBehaviour>
  6. {
  7. }
  8. }