mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-02 13:49:07 +08:00
- Renamed `previous` to `mixingFrom` for clarity. - Added `trackEntry` method to fully initialize TrackEntry. - Moved `mixDuration` initialization to happen when TrackEntry is initialized. This allows mix times to be specified (or changed) through the TrackEntry, without using AnimationStateData. - Made EventQueue static to ease porting. - Javadocs. #621