Esempio n. 1
0
        public void FoldoutGroup(string title, bool autoOpen, LayoutDelegate layoutFunc, LayoutDelegate headerLayoutFunc)
        {
            bool open = TryGetFadeStack(title, autoOpen);

            ExGUI.FoldoutGroup(ref open, title, layoutFunc, headerLayoutFunc);
            RecordValue(title, open);
        }