UnityEngine.GUILayout.Window C# (CSharp) Method

Window() public static method

public static Window ( int id, Rect screenRect, WindowFunction func, GUIContent content ) : Rect
id int
screenRect Rect
func WindowFunction
content GUIContent
return Rect
        public static Rect Window (int id, Rect screenRect, WindowFunction func, GUIContent content, params GUILayoutOption[] options) { return new Rect (); }
        public static Rect Window (int id, Rect screenRect, WindowFunction func, string text, GUIStyle style, params GUILayoutOption[] options) { return new Rect (); }

Same methods

GUILayout::Window ( int id, Rect screenRect, WindowFunction func, GUIContent content, GUIStyle style ) : Rect
GUILayout::Window ( int id, Rect screenRect, WindowFunction func, Texture image ) : Rect
GUILayout::Window ( int id, Rect screenRect, WindowFunction func, Texture image, GUIStyle style ) : Rect
GUILayout::Window ( int id, Rect screenRect, WindowFunction func, string text ) : Rect
GUILayout::Window ( int id, Rect screenRect, WindowFunction func, string text, GUIStyle style ) : Rect