Title
The title of this node in the graph item library.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public string Title { get; }
Remarks
If NodeAttribute.Title is not empty and non-null, it serves as the default title of the node when instantiated in a graph. You can overwrite this default title with INode.Title.
Additional Resources: INode.Title, NodeAttribute.CategoryPath