HxGodot / hxgodot

A Haxe GDExtension for Godot 4
MIT License
232 stars 11 forks source link

Unlock all Packed*Arrays #35

Closed dazKind closed 1 year ago

dazKind commented 1 year ago

We currently blacklist all Packed*Arrays from binding generation bc moving them over the binding has to finalized. This has to be fixed and optimized for efficient data exchange over the extension interface.

dazKind commented 1 year ago

All arrays can be used everywhere now. Most of them lack convenience functions in ClassGenExtraMacros though. These will come in time