Function Node2D.moveLocalY

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

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