1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00
Files
godot/modules
Raul Santos 5254b28632 Fix getting properties state when reloading C#
When reloading C# classes and keep their properties values they are
retrieved and stored in a state list.
Retrieving the properties was only getting the fields of the C# class
and not inherited fields so those properties values were lost on reload.
Now we also try to find the field in the parent classes.
2021-12-28 18:28:01 +01:00
..
2021-02-18 17:12:46 +01:00
2021-11-01 22:25:53 +01:00
2021-12-10 12:14:27 -06:00
2021-11-01 22:25:53 +01:00
2021-05-25 11:54:28 +01:00
2021-11-19 11:25:14 +01:00
2021-11-19 13:55:13 +01:00
2021-10-17 12:12:20 +11:00
2021-10-12 20:20:19 +07:00