totalCount property

  1. @TagNumber.new(9)
int get totalCount

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);
  1. @TagNumber.new(9)
set totalCount (int v)

Implementation

@$pb.TagNumber(9)
set totalCount($core.int v) { $_setSignedInt32(8, v); }