getTimeScale method

double getTimeScale()

Multiplier for the delta time when the animation state is updated, causing time for all animations and mixes to play slower or faster. Defaults to 1.

See TrackEntry.getTimeScale for affecting a single animation.

Implementation

double getTimeScale() {
  return _bindings.spine_animation_state_get_time_scale(_state);
}