GuiElement.size

The unscaled size of the gui. \ Call **onSize()** and **onDeltaSize()** and **onCenter()** on change. \ Resize the canvas if it was set (It reallocate the canvas, so be careful).

  1. Vec2f size [@property getter]
    class GuiElement
    @property final const
    Vec2f
    size
    ()
  2. Vec2f size [@property setter]

Meta