ExistsGameObjectTransition¶
GameObject is I will transition on whether exists.
Properties¶
Property Name | Description |
---|---|
Targets | Subject to check that you are there. |
Input Targets | Subject to check that you are there(Input by list). |
Check Active | Flag to determine whether it is active |
Check Update | Whether Update at check. |
All Exists State |
Transition destination when all are present. Transition Method : OnStateBegin, OnStateUpdate |
All Nothing State |
Transition destination when all it did not exist. Transition Method : OnStateBegin, OnStateUpdate |
Some Exists State |
Transition destination when at least one exists. Transition Method : OnStateBegin, OnStateUpdate /// |