using UnityEngine; using UnityEditor; namespace UnityEditor.U2D.Path { public interface ISnapping { T Snap(T value); } }