totalCount property
Total number of sprites. Create the specified number of sprites distributed evenly across the timeline of the output media. The default is 100.
Implementation
@$pb.TagNumber(9)
$core.int get totalCount => $_getIZ(8);
Implementation
@$pb.TagNumber(9)
set totalCount($core.int v) { $_setSignedInt32(8, v); }