UltravioletFramework / ultraviolet

The Ultraviolet Framework is a .NET game development framework written in C#.
https://github.com/UltravioletFramework/ultraviolet/wiki
MIT License
541 stars 46 forks source link

Button CommandParameter complex types. #128

Closed Donaut closed 4 years ago

Donaut commented 4 years ago

Screenshot_2

Currently, I learning the CommandParameters everything works as expected but when I didn't use the ToString() function the compiler will break. And I got an error with the following.

Screenshot_3 Screenshot_4

tlgkccampbell commented 4 years ago

This appears to be a bug in the expressions compiler. I think I've identified the issue, and I should have a fix out in the next day or so.

tlgkccampbell commented 4 years ago

Version 2020.7.0.4298 has been pushed to NuGet. Can you verify that this update fixes your issue?

Donaut commented 4 years ago

Thank you so much. It's working fine now. :1st_place_medal: :100: