endTimeOffset property
End time in seconds, relative to the output file timeline. When
end_time_offset is not specified, the sprites are generated until the end
of the output file.
Implementation
@$pb.TagNumber(8)
$10.Duration get endTimeOffset => $_getN(7);
Implementation
@$pb.TagNumber(8)
set endTimeOffset($10.Duration v) { setField(8, v); }