hxgodot-cpp
hxgodot-cpp copied to clipboard
Test: Refactor custom Variant Built-ins ...
... 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