startTimeOffset property
Start time in seconds, relative to the output file timeline. Determines the
first sprite to pick. The default is 0s.
Implementation
@$pb.TagNumber(7)
$10.Duration get startTimeOffset => $_getN(6);
Implementation
@$pb.TagNumber(7)
set startTimeOffset($10.Duration v) { setField(7, v); }