Integrate Property
with the GodotConvert
API
#453
Labels
c: register
Register classes, functions and other symbols to GDScript
feature
Adds functionality to the library
In #421 we didn't integrate
Property
with the new API. This was to limit scope, however it means we now have a bunch of repeated effort since bothProperty
andToGodot
/FromGodot
both do conversions in different ways.Property
should instead be changed to usingToGodot
andFromGodot
as their conversion methods.There is a derive macro for
Property
and that macro should likely be merged with theToGodot
andFromGodot
derive macros, see #452.The text was updated successfully, but these errors were encountered: