virtualx-engine/modules/mono/glue/GodotSharp
Raul Santos 329818f20b
Support explicit values in flag properties, add C# flags support
- Add support for explicit values in properties using `PROPERTY_HINT_FLAGS`
that works the same way it does for enums.
- Fix enums and flags in VisualScriptEditor (it wasn't considering the
explicit value).
- Use `PROPERTY_HINT_FLAGS` for C# enums with the FlagsAttribute instead
of `PROPERTY_HINT_ENUM`.
2022-06-03 05:19:01 +02:00
..
GodotSharp Support explicit values in flag properties, add C# flags support 2022-06-03 05:19:01 +02:00
GodotSharpEditor
.gitignore
GodotSharp.sln