virtualx-engine/modules/mono/glue
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
arguments_vector.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
base_object_glue.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
callable_glue.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
collections_glue.cpp Fix marshaling values of generic Godot Dictionary 2022-01-12 23:26:51 +01:00
gd_glue.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
glue_header.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
nodepath_glue.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
rid_glue.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scene_tree_glue.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
string_glue.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
string_name_glue.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00