Files
godot/modules/mono/glue/GodotSharp
Raul Santos 8950744921 [.NET] Fix enum from/to Variant conversion
- `typeof(T).IsEnum` and `typeof(T).GetEnumUnderlyingType()` are intrinsified in .NET 8+ so we can simplify the code in VariantUtils a bit.
- Consider whether enum `T` is signed in VariantUtils to preserve it.
2025-07-11 20:14:23 +02:00
..
2024-12-13 14:00:13 +01:00
2025-03-03 17:27:40 +01:00