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
@$pb.TagNumber(6)
$core.int get rowCount => $_getIZ(5);
Implementation
@$pb.TagNumber(6)
set rowCount($core.int v) { $_setSignedInt32(5, v); }