getEffectiveTimeScale method

num getEffectiveTimeScale()

Returns the effective time scale (considering the current states of warping and paused).

Implementation

num getEffectiveTimeScale() {
  return _effectiveTimeScale;
}