public static void OnScaleGizmoDragged(Vector3 scaleDelta) { selMesh.ScaleSelected(scaleDelta + Vector3.one); }