rowCount property

int? rowCount
getter/setter pair

The maximum number of rows per sprite sheet.

When the sprite sheet is full, a new sprite sheet is created. The default is 0, which indicates no maximum limit.

Implementation

core.int? rowCount;