CalculatorTransition

It will transition by the calculation result

CalculatorTransition

Properties

Property Name Description
Trigger Flags Specify the callback to judge.
On State Awake
Call an event at OnStateAwake
On State Begin
Call an event at OnStateBegin
On State Update
Call an event at OnStateUpdate
On State Late Update
Call an event at OnStateLateUpdate
On State End
Call an event at OnStateLateUpdate
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
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
Value 1Value to compare
Value 2Value to compare
Next State If the comparison result is True, the transition occurs.
Transition Method : OnStateBegin