Module rectangle_shape_2d

Search:
Group by:

Procs

proc extents(self: RectangleShape2D): Vector2 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc extents=(self: RectangleShape2D; val: Vector2) {.
gcsafe, locks: 0, raises: [], tags: []
.}