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.
// Simple script that lets you visualize your scripts in an editor window
|

