示例#1
0
        private void DrawActualWindow(CatGraph.MoodWrapper wrapper, Rect rect)
        {
            GUIStyle style = wrapper.ChooseStyle();

            GUI.Window(wrapper.ID, rect, MoodWindowFunction, string.Empty, style);
        }