Пример #1
0
        protected virtual void DrawEventHeader(Rect headerRect)
        {
            headerRect.height = 16f;
            string text = ((!string.IsNullOrEmpty(this.m_Text)) ? this.m_Text : "Event") + TesityEventDrawer.GetEventParams(this.m_DummyEvent);

            GUI.Label(headerRect, text);
        }