-
-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Labels
c: registerRegister classes, functions and other symbols to GDScriptRegister classes, functions and other symbols to GDScriptfeatureAdds functionality to the libraryAdds functionality to the library
Description
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 both Property
and ToGodot
/FromGodot
both do conversions in different ways.
Property
should instead be changed to using ToGodot
and FromGodot
as their conversion methods.
There is a derive macro for Property
and that macro should likely be merged with the ToGodot
and FromGodot
derive macros, see #452.
Metadata
Metadata
Assignees
Labels
c: registerRegister classes, functions and other symbols to GDScriptRegister classes, functions and other symbols to GDScriptfeatureAdds functionality to the libraryAdds functionality to the library