setTimeScale method

void setTimeScale(
  1. double timeScale
)

Implementation

void setTimeScale(double timeScale) {
  _bindings.spine_track_entry_set_time_scale(_entry, timeScale);
}