VisualScriptSelect¶
Inherits: VisualScriptNode < Resource < Reference < Object
Category: Core
Brief Description¶
Chooses between two input values.
Properties¶
| Variant.Type | type |
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
Property Descriptions¶
- Variant.Type type
| Setter | set_typed(value) |
| Getter | get_typed() |
The input variables’ type.