GraphEdit.minimapSize

The size of the minimap rectangle. The map itself is based on the size of the grid area and is scaled to fit this rectangle.

  1. Vector2 minimapSize [@property getter]
  2. Vector2 minimapSize [@property setter]
    struct GraphEdit
    @nogc nothrow @property
    void
    minimapSize
    (
    Vector2 v
    )

Meta