示例#1
0
 void AddPoint(Vector3 point)
 {
     UnityEditor.Undo.RecordObject(m_path, "Add point");
     m_path.AddPoint(point);
 }