ArtTool.CustomUI.Create_FooterPaneBoxStyle C# (CSharp) Method

Create_FooterPaneBoxStyle() public static method

public static Create_FooterPaneBoxStyle ( ) : GUIStyle
return GUIStyle
        public static GUIStyle Create_FooterPaneBoxStyle()
        {
            var style = new GUIStyle(GUI.skin.box);
            style.padding = new RectOffset(8, 8, 8, 8);
            style.margin = new RectOffset(0, 0, 0, 0);
            return style;
        }
        public static readonly GUILayoutOption[] FooterPaneBoxOptions = new GUILayoutOption[]