Open dazKind opened 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
node.position.x = 10
position
... 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 theposition
property