Logic Select

Use Logic Select to pass a value based on a condition. Logic Select is in the Logic category.
Input
Name | Data type | Description |
Condition | Boolean | A boolean value which determines the result |
Then | Int | The value to pass if the condition is true |
Else | Int | The value to pass if the condition is false |
Output
Name | Data type | Description |
Value | Int | A boolean value of comparison result |
Example

In this example, we set the R and G colors for the PBR material to 0.4 if the mouth opens an even number of times. If the mouth opens an odd number of times, set the R and G colors for the PBR material to 0.9
