hxgodot-cpp icon indicating copy to clipboard operation
hxgodot-cpp copied to clipboard

Test: Refactor custom Variant Built-ins ...

Open dazKind opened this issue 3 years ago • 0 comments

... 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

dazKind avatar Jan 27 '23 17:01 dazKind