mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
- Changes `draw()` with the new v3.2 API: `bool transformUpdated` -> `uint32_t transformFlags` - cocos2d-ified the API: - `const char*` -> `const std::string&` - constructors and destructors are `protected` (not `public`) - using `_` prefix for ivars