Function AnimationTreePlayer.oneshotNodeSetFadeoutTime

Sets the fade out time of a OneShot node given its name and value in seconds.

void oneshotNodeSetFadeoutTime (
  const(String) id,
  const(double) time_sec
) nothrow @nogc;