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