namespace UnityEditor.Experimental.Rendering.Universal.Path2D { internal interface ISelectable { bool Select(ISelector selector); } }