Ejemplo n.º 1
0
        public void Initialize(IFileDataReporter exporter)
        {
            m_Exporter = exporter;

            m_EventGuid = Guid.NewGuid().ToString();
            EditorIterationProfilerAnalytics.SendExportEvent(exporter.Name, ExportType.MultiWindow.ToString(), ExportStatus.Started.ToString(), m_EventGuid);
        }
Ejemplo n.º 2
0
 public void OnDestroy()
 {
     EditorIterationProfilerAnalytics.SendExportEvent(m_Exporter.Name, ExportType.MultiWindow.ToString(), ExportStatus.Finished.ToString(), m_EventGuid);
 }