UnityEditor.ASMainWindow.Constants.Constants C# (CSharp) Method

Constants() public method

public Constants ( ) : System
return System
            public Constants()
            {
                this.groupBox.margin = new RectOffset(10, 10, 10, 10);
                this.contentBox = new GUIStyle(this.contentBox);
                this.contentBox.margin = new RectOffset(0, 0, 0, 0);
                this.contentBox.overflow = new RectOffset(0, 1, 0, 1);
                this.contentBox.padding = new RectOffset(8, 8, 7, 7);
                this.title = new GUIStyle(this.title);
                int num = this.contentBox.padding.left + 2;
                this.title.padding.right = num;
                this.title.padding.left = num;
                this.background = new GUIStyle(this.background);
                this.background.padding.top = 1;
            }
        }
ASMainWindow.Constants