# IConditionView

> The generated view for a Condition in the transition inspector.

## Definition

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

```csharp
public interface IConditionView
```

## Remarks

Access it through [ConditionView\<T>.View](/engine/6000.7/script-reference/unity/graphtoolkit/editor/conditionview1/view.md) and add custom UI to [IConditionView.Root](/engine/6000.7/script-reference/unity/graphtoolkit/editor/iconditionview/root.md).

## Properties

| Property                                                                                 | Description                                              |
| ---------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| [Root](/engine/6000.7/script-reference/unity/graphtoolkit/editor/iconditionview/root.md) | The container element that hosts the condition's fields. |
