Function AnimationTreePlayer.nodeSetPosition

Sets the position of a node in the graph given its name and position.

void nodeSetPosition (
  const(String) id,
  const(Vector2) screen_position
) nothrow @nogc;