NodeAttribute
Initializes a new instance of the NodeAttribute class.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
NodeAttribute(string)
Initializes a new instance of the NodeAttribute class.
public NodeAttribute(string categoryPath)
Parameters
The category path of the node in the graph item library.
NodeAttribute(string, string)
Initializes a new instance of the NodeAttribute class.
public NodeAttribute(string categoryPath, string iconPath)
Parameters
NodeAttribute(string, string, string)
Initializes a new instance of the NodeAttribute class.
public NodeAttribute(string categoryPath, string iconPath, string title)