Linearly interpolates between two vectors within the visual shader graph. Translates to [code]mix(a, b, weight)[/code] in the shader language, where [code]weight[/code] is a [Vector3] with weights for each component.