public void UnExecute()
 {
     for (int index = 0; index < UIAdjustAtlasEditor.GetOperateAreaNum(); index++)
     {
         if (!string.IsNullOrEmpty(m_ProjectPaths[index]))
         {
             UIAdjustAtlasEditor.UpdateOperateArea(m_ProjectPaths[index], index);
         }
     }
 }
 public void UnExecute()
 {
     UIAdjustAtlasEditor.UpdateOperateArea(m_ProjectPath, m_AreaIndex);
 }
 public void Execute()
 {
     UIAdjustAtlasEditor.ClearAllOperateArea();
 }
 public void Execute()
 {
     UIAdjustAtlasEditor.ClearOperateArea(m_AreaIndex);
 }