EditorGUI.TextAreastatic function TextArea (position : Rect, text : string, style : GUIStyle = EditorStyles.textField) : stringParameters
Returnsstring - The text entered by the user. DescriptionMake a text area. This works just like GUI.TextArea, but correctly responds to select all, copy, paste etc. in the editor. |
