migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
1.07k stars 70 forks source link

Optimization: lookupObject #506

Open migueldeicaza opened 1 month ago

migueldeicaza commented 1 month ago

Could I have enough information in lookupObject that I would not need to lookup the constructor by name?

The only issue is that this would prevent me from creating objects for "most derived" types.