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