It will transition by the calculation result
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.Field Name | Description |
---|
Logical Condition | Logical operation of conditionField Name | Description |
---|
Logical Operation | Logical operation- And
- AND
- Or
- OR
| Not Op | NOT operation flag |
| 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
| Value 1 | Value to compare | Value 2 | Value to compare |
|
Next State |
If the comparison result is True, the transition occurs. Transition Method : OnStateBegin |