EditorGUI.TagFieldstatic function TagField (position : Rect, tag : string, style : GUIStyle = EditorStyles.popup) : stringstatic function TagField (position : Rect, label : string, tag : string, style : GUIStyle = EditorStyles.popup) : stringstatic function TagField (position : Rect, label : GUIContent, tag : string, style : GUIStyle = EditorStyles.popup) : stringParameters
Returnsstring - The tag selected by the user. DescriptionMake a tag selection field. |
