예제 #1
0
        static public bool BeginIndentedCheckboxSection(GUIContent sectionTitle, ref bool foldedOut)
        {
            if (!CFGUI.BoldCheckbox(sectionTitle, ref foldedOut))
            {
                return(false);
            }

            CFGUI.BeginIndentedVertical(CFEditorStyles.Inst.transpSunkenBG);

            return(true);
        }