GUILayout.Window

static function Window (id : int, screenRect : Rect, func : GUI.WindowFunction, text : String, : ) : Rect

Description

static function Window (id : int, screenRect : Rect, func : GUI.WindowFunction, image : Texture, : ) : Rect

Description

static function Window (id : int, screenRect : Rect, func : GUI.WindowFunction, content : GUIContent, : ) : Rect

Description

static function Window (id : int, screenRect : Rect, func : GUI.WindowFunction, text : String, style : GUIStyle, : ) : Rect

Description

static function Window (id : int, screenRect : Rect, func : GUI.WindowFunction, image : Texture, style : GUIStyle, : ) : Rect

Description

static function Window (id : int, screenRect : Rect, func : GUI.WindowFunction, content : GUIContent, style : GUIStyle, : ) : Rect

Description