rowCount property
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;
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.
core.int? rowCount;