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