Linearly interpolates between two values within the visual shader graph.
	
	
		Translates to [code]mix(a, b, weight)[/code] in the shader language.
	
	
	
	
	
	
		
			A type of operands and returned value.
		
	
	
		
			A scalar type.
		
		
			A vector type.
		
		
			A vector type. [code]weight[/code] port is using a scalar type.
		
		
			Represents the size of the [enum OpType] enum.