-
-
Notifications
You must be signed in to change notification settings - Fork 0
Logic Case
Henry de Jongh edited this page Mar 11, 2023
·
5 revisions
Description | Icon |
---|---|
A reactive logic component that matches the input parameter to a list of cases and invokes the associated output. |
Name | Description |
---|---|
Cases | The list of cases each with Value to be matched and the Name of the output. The Name will be invoked as Case[Name] when the input parameter matches the Value. |
Name | Description | Parameter |
---|---|---|
Invoke | Invokes a case output matching the string parameter. |
parameter (string) The parameter value that determines the case output. |
Name | Description | Parameter |
---|---|---|
Case[Name] | Invoked when the input parameter matched a certain case. |
parameter (string) The parameter to be passed to the input. |
Default | Invoked when no case output matched the input parameter. |
parameter (string) The parameter to be passed to the input. |
The outputs pass through the input parameter when not overridden.
Logic Components | Terminology | Programming | External Components | |
---|---|---|---|---|
Logic Animator | Activator | Custom Logic | Reactive Dynamic Light | |
Logic Auto | Caller | Custom Inspector | ||
Logic Branch | Delay | Use Key | ||
Logic Case | Target | |||
Logic Collision Pair | User Inputs | |||
Logic Compare | ||||
Logic Counter | ||||
Logic Destroy | ||||
Logic Filter | ||||
Logic Group | ||||
Logic Instantiate | ||||
Logic Log | ||||
Logic Move Linear | ||||
Logic Relay | ||||
Logic Timer | ||||
Logic Trigger | ||||
Logic Unity |