mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
* String encoding simplified for reading by using number of bytes rather than number of UTF-8 characters. * Parent bone index is no longer minus 1 and omitted for root. * Mesh and weighted mesh vertices array is no longer preceeded by a length. UVs array length is vertex count, not vertex array length. Edges changed to short. * Bounding box vertices array length is vertex count, not vertex array length.