Function AnimationTreePlayer.mixNodeSetAmount

Sets the mix amount of a Mix node given its name and value. A Mix node adds input b to input a by the amount given by ratio.

void mixNodeSetAmount (
  const(String) id,
  const(double) ratio
) nothrow @nogc;