using UnityEngine; namespace UnityEditor.U2D.Animation { internal interface ICircleSelector : ISelector { float radius { get; set; } } }