Skip to content
Tangent 128 edited this page Mar 28, 2015 · 3 revisions

Rects

A sequence of Rect.

Table

SYNOPSIS

local sequence = {
    r1, r2, ..., rn
}

FIELDS

EXAMPLE

local s = { { 5, 5, 10, 10 }, { 10, 10, 20, 20 } }
Clone this wiki locally