EditorGUILayout.TextField

static function TextField (text : String, params options : GUILayoutOption[]) : String

static function TextField (text : String, style : GUIStyle, params options : GUILayoutOption[]) : String

static function TextField (label : String, text : String, params options : GUILayoutOption[]) : String

static function TextField (label : String, text : String, style : GUIStyle, params options : GUILayoutOption[]) : String

static function TextField (label : GUIContent, text : String, params options : GUILayoutOption[]) : String

static function TextField (label : GUIContent, text : String, style : GUIStyle, params options : GUILayoutOption[]) : String

Description