WindowedAnimationSink

constructor(delegate: AnimationSink, startTime: Double, endTime: Double, currentTime: () -> Double)(source)

Parameters

delegate

the downstream sink that actually records in-window events

startTime

inclusive lower bound of the capture window (>= 0)

endTime

inclusive upper bound of the capture window (>= startTime)

currentTime

supplies the model's current simulated time when queried