Exemple #1
0
 void ReversePoints()
 {
     UnityEditor.Undo.RecordObject(m_path, "Reverse points");
     m_path.Reverse();
 }