Function Node2D.translate

Translates the node by the given offset in local coordinates.

void translate (
  const(Vector2) offset
) nothrow @nogc;