rows property

List<MultiGridLevelRow> rows
final

The rows of this level.

It will be possible to cycle through the rows, either with upScanCode and downScanCode, or by using the axis specified in the upDownAxis argument passed to the constructor.

Implementation

final List<MultiGridLevelRow> rows;