Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Closetext | Text string to display in the search field. |
options | An optional list of layout options that specify extra layout properties. See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight. |
string The text entered in the search field. The original input string is returned instead if the search field text was not changed.
This function displays the search field with the toolbar UI style and uses the GUILayout class to automatically calculate the position and size of the Rect it is rendered to. Pass an optional list to specify extra layout properties.
rect | Rectangle to use for the search field. |
text | Text string to display in the search field. |
string The text entered in the search field. The original input string is returned instead if the search field text was not changed.
This function displays the search field with a toolbar style in the given Rect.