コード例 #1
0
ファイル: InspectorUtils.cs プロジェクト: kijprivate/Hammer
        static public bool BeginIndentedCheckboxSection(GUIContent sectionTitle, ref bool foldedOut)
        {
            if (!CFGUI.BoldCheckbox(sectionTitle, ref foldedOut))
            {
                return(false);
            }

            CFGUI.BeginIndentedVertical(CFEditorStyles.Inst.transpSunkenBG);

            return(true);
        }