Linearly interpolates between two vectors using a scalar. For use within the visual shader graph.
Translates to mix(a, b, weight) in the shader language, where a and b are vectors and weight is a scalar.
Construct a new instance of VisualShaderNodeVectorScalarMix. Note: use memnew!VisualShaderNodeVectorScalarMix instead.
See Implementation
Linearly interpolates between two vectors using a scalar. For use within the visual shader graph.
Translates to mix(a, b, weight) in the shader language, where a and b are vectors and weight is a scalar.