UnityEngine.GUILayout.LayoutedWindow.LayoutedWindow C# (CSharp) Method

LayoutedWindow() private method

private LayoutedWindow ( GUI f, Rect screenRect, GUIContent content, GUILayoutOption options, GUIStyle style ) : System
f GUI
screenRect Rect
content GUIContent
options GUILayoutOption
style GUIStyle
return System
            internal LayoutedWindow(GUI.WindowFunction f, Rect screenRect, GUIContent content, GUILayoutOption[] options, GUIStyle style)
            {
                this.m_Func = f;
                this.m_ScreenRect = screenRect;
                this.m_Options = options;
                this.m_Style = style;
            }
GUILayout.LayoutedWindow