Function AnimationTreePlayer.oneshotNodeSetAutorestartDelay

Sets the autorestart delay of a OneShot node given its name and value in seconds.

void oneshotNodeSetAutorestartDelay (
  const(String) id,
  const(double) delay_sec
) nothrow @nogc;