Exemplo n.º 1
0
        private void OnGUI()
        {
            var graphFrame = new Rect(0, EditorGUIUtility.singleLineHeight + 1,
                                      position.width, position.height - (EditorGUIUtility.singleLineHeight + 1));;

            GraphFrame.Position = graphFrame;

            GraphFrame.OnGUI();

            DrawTopBar();
        }
Exemplo n.º 2
0
        private void OnGUI()
        {
            GraphFrame.Position = position;

            GraphFrame.OnGUI();
        }