Control.rectScale

The node's scale, relative to its rectSize. Change this property to scale the node around its rectPivotOffset.

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

Meta