EditorGUILayout.TextFieldstatic function TextField (text : string, params options : GUILayoutOption[]) : stringstatic function TextField (text : string, style : GUIStyle, params options : GUILayoutOption[]) : stringstatic function TextField (label : string, text : string, params options : GUILayoutOption[]) : stringstatic function TextField (label : string, text : string, style : GUIStyle, params options : GUILayoutOption[]) : stringstatic function TextField (label : GUIContent, text : string, params options : GUILayoutOption[]) : stringstatic function TextField (label : GUIContent, text : string, style : GUIStyle, params options : GUILayoutOption[]) : stringParameters
Returnsstring - The text entered by the user. DescriptionMake a text field. This works just like GUILayout.TextField, but correctly responds to select all, copy, paste etc. in the editor, and it can have an optional label in front. |
