RectangleShape2D.extents

The rectangle's half extents. The width and height of this shape is twice the half extents.

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

Meta