Function AnimationTreePlayer.timescaleNodeSetScale

Sets the time scale of the TimeScale node with name id to scale. The TimeScale node is used to speed Animations up if the scale is above 1 or slow them down if it is below 1. If applied after a blend or mix, affects all input animations to that blend or mix.

void timescaleNodeSetScale (
  const(String) id,
  const(double) scale
) nothrow @nogc;