avoidPlaybackPauses property

bool avoidPlaybackPauses
getter/setter pair

When set to true, the player will try to interpolate actions between short wait actions, to continuously render during the playback. This can help to maintain a consistent load during performance testing.

Implementation

bool avoidPlaybackPauses;