Exemple #1
0
        private void DrawActualWindow(CatGraph.Node node, Vector2 position)
        {
            GUIStyle style = node.ChooseStyle();

            node.SetPosition(position);
            GUI.Window(node.ID, node.Size, WindowFunction, string.Empty, style);
        }