getTimeScale method
Multiplier for the delta time when the animation state is updated, causing time for this animation to play slower or faster. Defaults to 1.
Implementation
double getTimeScale() {
return _bindings.spine_track_entry_get_time_scale(_entry);
}