EditorGUILayout.TagFieldstatic function TagField (tag : string, params options : GUILayoutOption[]) : stringstatic function TagField (tag : string, style : GUIStyle, params options : GUILayoutOption[]) : stringstatic function TagField (label : string, tag : string, params options : GUILayoutOption[]) : stringstatic function TagField (label : string, tag : string, style : GUIStyle, params options : GUILayoutOption[]) : stringstatic function TagField (label : GUIContent, tag : string, params options : GUILayoutOption[]) : stringstatic function TagField (label : GUIContent, tag : string, style : GUIStyle, params options : GUILayoutOption[]) : stringParameters
Returnsstring - The tag selected by the user. DescriptionMake a tag selection field. |
