Function AnimationTreePlayer.oneshotNodeSetFadeinTime

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

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