Example #1
0
        static void LoadSettings()
        {
            var settings = HierachySectionSetting.GetOrCreateSettings();

            autoSetEditorOnlyTag   = settings.AutoSetEditorOnlyTag;
            foregroundColor        = settings.ForegroundColor;
            backgroundColor        = settings.BackgroundColor;
            hilightForegroundColor = settings.HilightForegroundColor;
            hilightBackgroundColor = settings.HilightBackgroundColor;
        }