Class Pill
Implements
Inherited Members
Namespace: UnityEditor.Experimental.UIElements.GraphView
Assembly: UnityEditor.dll
Syntax
public class Pill : VisualElement, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle
Constructors
| Improve this Doc View SourcePill()
Declaration
public Pill()
Pill(VisualElement, VisualElement)
Declaration
public Pill(VisualElement left, VisualElement right)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | left | |
VisualElement | right |
Properties
| Improve this Doc View Sourcehighlighted
Declaration
public bool highlighted { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
icon
Declaration
public Texture icon { get; set; }
Property Value
Type | Description |
---|---|
Texture |
left
Declaration
public VisualElement left { get; set; }
Property Value
Type | Description |
---|---|
VisualElement |
right
Declaration
public VisualElement right { get; set; }
Property Value
Type | Description |
---|---|
VisualElement |
text
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
String |