| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Unity.GraphToolkit.Editor.NodeAttribute.html | [Back] [Original] |
Attribute used to specify metadata for a Node class, such as its icon.
Apply this attribute to a class derived from Node to define metadata like NodeAttribute.IconPath.
| Property | Description |
|---|---|
| CategoryPath | The category path of this node in the graph item library. |
| IconPath | The file path to the node's icon. |
| Title | The title of this node in the graph item library. |
| Constructor | Description |
|---|---|
| NodeAttribute | Initializes a new instance of the NodeAttribute class. |
| Web Proxy Viewer | New URL | Original Page |