TextMeshProUGUIAnimationMixerBehaviour.cs 229 B

123456789
  1. using TMPro;
  2. namespace UnityUIPlayables
  3. {
  4. public class TextMeshProUGUIAnimationMixerBehaviour
  5. : AnimationMixerBehaviour<TextMeshProUGUI, TextMeshProUGUIAnimationMixer, TextMeshProUGUIAnimationBehaviour>
  6. {
  7. }
  8. }