ParameterTransition

It determines the value of Parameter and makes a transition.

ParameterTransition

Properties

Property Name Description
Condition List Set the judgment condition.
  • + Button Add condition.
Field NameDescription
Logical ConditionLogical operation of condition
Field NameDescription
Logical OperationLogical operation
And
AND
Or
OR
Not OpNOT operation flag
ReferenceParameter reference
Parameter TypeParameters to be referenced. Used when reference.type is other than ParameterReferenceType.Constant.
Reference TypeParameters to be referenced type. Used when reference.type is other than ParameterReferenceType.Constant.
Compare TypeCompare type
Equals
Value1 == Value2
Not Equals
Value1 != Value2
Greater
Value1 > Value2
Greater Or Equals
Value1 >= Value2
Less
Value1 < Value2
Less Or Equals
Value1 <= Value2
ValueValue to compare
Next State If the comparison result is True, the transition occurs.
Transition Method : OnStateBegin, Parameter.onChanged