Condition
The ConditionView<T>.Condition instance this view customizes.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public T Condition { get; }
Remarks
This property is set before any callback fires, but is not available in the view's constructor. Use it to read the condition's data when building custom UI in ConditionView<T>.OnViewBuilt.