columnCount property
The maximum number of sprites per row in a sprite sheet. The default is 0, which indicates no maximum limit.
Implementation
@$pb.TagNumber(5)
$core.int get columnCount => $_getIZ(4);
Implementation
@$pb.TagNumber(5)
set columnCount($core.int v) { $_setSignedInt32(4, v); }