IConditionView
The generated view for a Condition in the transition inspector.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public interface IConditionView
Remarks
Access it through ConditionView<T>.View and add custom UI to IConditionView.Root.
Properties
Property | Description |
|---|---|
| Root | The container element that hosts the condition's fields. |