Title
The main text displayed in the node's header.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public string Title { get; set; }
Remarks
Use this property to specify the node title displayed in the graph view. To modify the node title displayed in the graph item library, use NodeAttribute.Title.
Additional Resources: NodeAttribute.Title