TextAnimationBehaviourDrawer.cs 200 B

123456789
  1. using UnityEditor;
  2. namespace UnityUIPlayables.Editor
  3. {
  4. [CustomPropertyDrawer(typeof(TextAnimationBehaviour))]
  5. public class TextAnimationBehaviourDrawer : PlayableBehaviourDrawer
  6. {
  7. }
  8. }