Windowed Animation Sink
constructor(delegate: AnimationSink, startTime: Double, endTime: Double, currentTime: () -> Double)(source)
Parameters
delegate
the downstream sink that actually records in-window events
start Time
inclusive lower bound of the capture window (>= 0)
end Time
inclusive upper bound of the capture window (>= startTime)
current Time
supplies the model's current simulated time when queried