CalculatorTransition

It will transition by the calculation result

CalculatorTransition

Properties

Property NameDescription
Conditions Set the judgment condition.
  • + Button Add condition.
Field NameDescription
Type Value type
Int
FlexibleInt
Float
FlexileFloat
Bool
FlexibleBool
Compare Type Compare type
Equals
Value1 == Value2
Not Equals
Value1 != Value2
Greater
Value1 > Value2
Greater Or Equals
Value1 >= Value2
Less
Value1 < Value2
Less Or Equals
Value1 <= Value2
Int Value 1 Int value 1
Int Value 2 Int value 2
Float Value 1 Float value 1
Float Value 2 Float value 2
Bool Value 1 Bool value 1
Bool Value 2 Bool value 2
Next State Transition destination state.
Transition Method : OnStateBegin

Remarks

When more than one Condition is set, it transits only when all comparison results become true.