EditorGUILayout.TextAreastatic function TextArea (text : string, params options : GUILayoutOption[]) : stringstatic function TextArea (text : string, style : GUIStyle, params options : GUILayoutOption[]) : stringParameters
Returnsstring - The text entered by the user. DescriptionMake a text area. This works just like GUILayout.TextArea, but correctly responds to select all, copy, paste etc. in the editor. |
