Exemple #1
0
        void OnInspectorUpdate()
        {
            if (m_EventData == null)
            {
                return;
            }
            m_EventData.Update();
            if (activeSession != null && activeSession.NeedsReload)
            {
                activeSession.NeedsReload = false;
                m_EventList?.Reload();
            }

            Repaint();
        }
Exemple #2
0
 void OnInspectorUpdate()
 {
     m_EventData.Update();
     Repaint();
 }