Struct VisualScriptSelect
Chooses between two input values.
struct VisualScriptSelect
;
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
Name | Type | Description |
---|---|---|
type [get, set]
|
Variant | The input variables' type. |
Methods
Name | Description |
---|---|
getTyped
|
|
setTyped
|