vrchat-community / UdonSharp

A compiler for compiling C# to Udon assembly
https://udonsharp.docs.vrchat.com
MIT License
470 stars 50 forks source link

Improve parameter handling #15

Closed ureishi closed 2 years ago

ureishi commented 2 years ago

Add support for named arguments. Fix an error occurred when invoking a method on the params parameter with 0 elements also. Add test cases for named and params arguments.