HxGodot / hxgodot

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

Test: Refactor custom Variant Built-ins ... #45

Open dazKind opened 1 year ago

dazKind commented 1 year ago

... to use a managed type with an abstract to use the data-ptr directly.

This would eliminate the memcpy of the variant data and enable node.position.x = 10 which doesnt work at the moment without reassigning the position property