GraphNode.offset

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

  1. Vector2 offset [@property getter]
    struct GraphNode
    @nogc nothrow @property
    Vector2
    offset
    ()
  2. Vector2 offset [@property setter]

Meta