Пример #1
0
        public void AfterGroup(CyberAttribute cyberAttribute)
        {
            CustomBackgroundGroupAttribute attribute = cyberAttribute as CustomBackgroundGroupAttribute;

            TheEditor.EndHorizontal(attribute.BackgroundMode);
        }
Пример #2
0
        public void BeforeGroup(CyberAttribute cyberAttribute)
        {
            CustomBackgroundGroupAttribute attribute = cyberAttribute as CustomBackgroundGroupAttribute;

            TheEditor.BeginHorizontal(attribute.BackgroundMode);
        }