Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TokenNode

The TokenNode class includes methods for creating and managing a Node that resembles a capsule. The TokenNode class includes a title, an icon, one input Port, and one output Port.
Read time 9 minutesLast updated 7 days ago

Definition

public class TokenNode : Node, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, ISelectable, ICollectibleElement

Constructors

Constructor

Description

TokenNode(UnityEditor.Experimental.GraphView.Port,UnityEditor.Experimental.GraphView.Port)Constructs a TokenNode with both input and output Ports.

Properties

Property

Description

highlightedReturns whether the TokenNode is highlighted.
iconThe icon of the TokenNode.
inputThe input Port of the TokenNode.
outputThe output Port of the TokenNode.

Inheritance

Inherited Members