namespace UnityEditor.U2D.Common.Path { internal interface ISelector { bool Select(T element); } }