// break;
//}
EditorGUI.BeginChangeCheck();
t.localPosition = pos;
t.localRotation = rot;
if (EditorGUI.EndChangeCheck())
{
Undo.RecordObject(t, "Move control rig handle");
}