Function Node2D.position

Position, relative to the node's parent.

Vector2 position() nothrow @property @nogc;

void position (
  Vector2 v
) nothrow @property @nogc;