Function GraphNode.offset

The offset of the GraphNode, relative to the scroll offset of the GraphEdit. Note: You cannot use position directly, as GraphEdit is a Container.

Vector2 offset() nothrow @property @nogc;

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