コード例 #1
0
 private void createScript()
 {
     m_viewTypeName = NotificationFileWriter.WriteViewClass(m_selectedApp, m_templateID2Create, NotificationEditingBehavior.Instance.NotificationController.PrefabPath);
     m_dataTypeName = NotificationFileWriter.WriteDataClass(m_selectedApp, m_templateID2Create, NotificationEditingBehavior.Instance.NotificationController.PrefabPath);
     AssetDatabase.Refresh();
     m_fileWritten = true;
     //Debug.Log(NotificationViewObject);
 }