GraphicAnimationBehaviourDrawer.cs 209 B

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