Class BlackboardField
Implements
Inherited Members
Namespace: UnityEditor.Experimental.UIElements.GraphView
Assembly: UnityEditor.dll
Syntax
public class BlackboardField : GraphElement, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, ISelectable
Constructors
| Improve this Doc View SourceBlackboardField()
Declaration
public BlackboardField()
BlackboardField(Texture, String, String)
Declaration
public BlackboardField(Texture icon, string text, string typeText)
Parameters
Type | Name | Description |
---|---|---|
Texture | icon | |
String | text | |
String | typeText |
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 |
text
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
String |
typeText
Declaration
public string typeText { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceOpenTextEditor()
Declaration
public void OpenTextEditor()