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