Comparison
The comparison operator applied to the condition's value.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public ConditionComparison Comparison { get; }
Remarks
The operator is edited in the transition inspector when Condition<T>.DisplayComparisonDropdown is overridden to return ; otherwise it remains ConditionComparison.Equal. The condition only records the operator and the value; the consuming runtime is responsible for evaluating them.
true