Class TokenNode
Implements
Inherited Members
Namespace: UnityEditor.Experimental.UIElements.GraphView
Assembly: UnityEditor.dll
Syntax
public class TokenNode : Node, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, ISelectable
Constructors
| Improve this Doc View SourceTokenNode(Port, Port)
Declaration
public TokenNode(Port input, Port output)
Parameters
| Type | Name | Description |
|---|---|---|
| Port | input | |
| Port | output |
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 |
input
Declaration
public Port input { get; }
Property Value
| Type | Description |
|---|---|
| Port |
output
Declaration
public Port output { get; }
Property Value
| Type | Description |
|---|---|
| Port |