mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-20 08:46:43 +08:00
- (UE4) Added skeleton animation caching on SkeletonRenderer to avoid per tick searches which are costly. The skeleton animation component can be setup externally. - (UE4) Added bAutoPlays members to AnimationComponent, so the skeleton doesn't update automatically if its needed. - (UE4) Added SetPlaybackTime method to AnimationComponent.