Function AnimationTreePlayer.blend4NodeSetAmount

Sets the blend amount of a Blend4 node given its name and value. A Blend4 Node blends two pairs of animations. The two pairs are blended like Blend2 and then added together.

void blend4NodeSetAmount (
  const(String) id,
  const(Vector2) blend
) nothrow @nogc;