GUILayout.TextAreastatic function TextArea (text : string, params options : GUILayoutOption[]) : stringstatic function TextArea (text : string, maxLength : int, params options : GUILayoutOption[]) : stringstatic function TextArea (text : string, style : GUIStyle, params options : GUILayoutOption[]) : stringstatic function TextArea (text : string, maxLength : int, style : GUIStyle, params options : GUILayoutOption[]) : stringParameters
Returnsstring - the edited string. DescriptionMake a multi-line text field where the user can edit a string.
|
