using UnityEngine; namespace UnityEditor.U2D.Animation { internal interface IRectSelector : ISelector { Rect rect { get; set; } } }