VisualScriptOperator¶
Inherits: VisualScriptNode < Resource < Reference < Object
A Visual Script node that performs an operation on two values.
Description¶
Input Ports:
Data (variant):
A
Data (variant):
B
Output Ports:
Data (variant):
result
Properties¶
|
||
|
Property Descriptions¶
Variant.Operator operator = 6
void set_operator ( Variant.Operator value )
Variant.Operator get_operator ( )
The operation to be performed. See Variant.Operator for available options.
Variant.Type type = 0
void set_typed ( Variant.Type value )
Variant.Type get_typed ( )
The type of the values for this operation. See Variant.Type for available options.