RectangleShape2D.extents

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

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

Meta