Class TagField
Inheritance
TagField
  Implements
Inherited Members
Namespace: UnityEditor.Experimental.UIElements
Assembly: UnityEditor.dll
Syntax
public class TagField : PopupField<string>, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, IBindable, INotifyValueChanged<string>Constructors
| Improve this Doc View SourceTagField()
Declaration
public TagField()TagField(String)
Declaration
public TagField(string defaultValue)Parameters
| Type | Name | Description | 
|---|---|---|
| String | defaultValue | 
Properties
| Improve this Doc View SourceformatListItemCallback
Declaration
public override Func<string, string> formatListItemCallback { get; set; }Property Value
| Type | Description | 
|---|---|
| Func<String, String> | 
Overrides
UnityEditor.Experimental.UIElements.PopupField<System.String>.formatListItemCallback
  
    |
    Improve this Doc
  
  
    View Source
  
  
  formatSelectedValueCallback
Declaration
public override Func<string, string> formatSelectedValueCallback { get; set; }Property Value
| Type | Description | 
|---|---|
| Func<String, String> | 
Overrides
UnityEditor.Experimental.UIElements.PopupField<System.String>.formatSelectedValueCallback
  
    |
    Improve this Doc
  
  
    View Source
  
  
  value
Declaration
public override string value { get; set; }Property Value
| Type | Description | 
|---|---|
| String | 
Overrides
UnityEditor.Experimental.UIElements.PopupField<System.String>.value
  Methods
| Improve this Doc View SourceSetValueWithoutNotify(String)
Declaration
public override void SetValueWithoutNotify(string newValue)Parameters
| Type | Name | Description | 
|---|---|---|
| String | newValue | 
Overrides
UnityEditor.Experimental.UIElements.PopupField<System.String>.SetValueWithoutNotify(System.String)