UnityEngine.GUILayout.LayoutedWindow.LayoutedWindow C# (CSharp) 메소드

LayoutedWindow() 개인적인 메소드

private LayoutedWindow ( GUI f, Rect screenRect, GUIContent content, GUILayoutOption options, GUIStyle style ) : System
f GUI
screenRect Rect
content GUIContent
options GUILayoutOption
style GUIStyle
리턴 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