but how can I send multiple values down to the function of that object using only one SendMessage?
Maybe that function needs several values…
Or can I pass some object and parse it with C#?
Thank you
So as it does not seem to be possible to send anything else than numbers and strings. The solution I came up with for now is sending a string with JS and then parsing it inside C#: