using UnityEditor; namespace UnityUIPlayables.Editor { [CustomPropertyDrawer(typeof(TextMeshProUGUIAnimationBehaviour))] public class TextMeshProUGUIAnimationBehaviourDrawer : PlayableBehaviourDrawer { } }