Function Node2D.moveLocalX

Applies a local translation on the node's X axis based on the Node.process's delta. If scaled is false, normalizes the movement.

void moveLocalX (
  const(double) delta,
  const(bool) scaled = false
) nothrow @nogc;