コード例 #1
0
 void deleteFiles()
 {
     if (NotificationViewObject)
     {
         DestroyImmediate(NotificationViewObject);
         NotificationViewObject = null;
         m_notificationData     = null;
     }
     NotificationFileWriter.DeleteViewClass(m_selectedApp, m_templateOption[m_selectedTemplate], NotificationEditingBehavior.Instance.NotificationController.PrefabPath);
     NotificationFileWriter.DeleteDataClass(m_selectedApp, m_templateOption[m_selectedTemplate], NotificationEditingBehavior.Instance.NotificationController.PrefabPath);
     NotificationFileWriter.DeletePrefab(m_selectedApp, m_templateOption[m_selectedTemplate], NotificationEditingBehavior.Instance.NotificationController.PrefabPath);
     m_fileDeleting = true;
 }