VisualScriptSelect¶
Inherits: VisualScriptNode < Resource < Reference < Object
Chooses between two input values.
Description¶
Chooses between two input values based on a Boolean condition.
Input Ports:
- Data (boolean):
cond - Data (variant):
a - Data (variant):
b
Output Ports:
- Data (variant):
out
Properties¶
| Variant.Type | type | 0 |
Property Descriptions¶
- Variant.Type type
| Default | 0 |
| Setter | set_typed(value) |
| Getter | get_typed() |
The input variables’ type.