SliderAnimationBehaviourDrawer.cs 204 B

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