# Title

> The label displayed for the condition in the transition inspector.

## Definition

* **Type:** Property
* **Namespace:** [Unity.GraphToolkit.Editor](/engine/6000.7/script-reference/unity/graphtoolkit/editor.md)
* **Assembly:** UnityEditor

```csharp
public virtual string Title { get; }
```

### Remarks

Override this property to replace the default label, which is the title of a [ConditionAttribute](/engine/6000.7/script-reference/unity/graphtoolkit/editor/conditionattribute.md) 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.
