TextAnimationMixerBehaviour.cs 194 B

123456789
  1. using UnityEngine.UI;
  2. namespace UnityUIPlayables
  3. {
  4. public class TextAnimationMixerBehaviour
  5. : AnimationMixerBehaviour<Text, TextAnimationMixer, TextAnimationBehaviour>
  6. {
  7. }
  8. }