Skip to content

Integrate Property with the GodotConvert API #453

Closed
@lilizoey

Description

@lilizoey

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

No one assigned

    Labels

    c: registerRegister classes, functions and other symbols to GDScriptfeatureAdds functionality to the library

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions