Title
The label displayed for the condition in the transition inspector.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public virtual string Title { get; }
Remarks
Override this property to replace the default label, which is the title of a ConditionAttribute applied to the condition type when present, otherwise the condition type name formatted for display. The title does not affect the label used in the add-condition menu.