godot-kotlin-jvm icon indicating copy to clipboard operation
godot-kotlin-jvm copied to clipboard

Add new core type PackedVector4Array

Open CedNaru opened this issue 1 year ago • 0 comments

Godot 4.3 is going to add a new type to the core family: https://github.com/godotengine/godot/pull/85474

We should implement it and use the opportunity to simplify the code for all packedArray by creating a common template for them. Aside of PackedByteArray, they all share the exact same API

CedNaru avatar Jun 01 '24 04:06 CedNaru