CaptureWindow

@Serializable
data class CaptureWindow(val startTime: Double, val endTime: Double)(source)

The simulated-time interval [startTime, endTime] during which the animation trace records events (the modeler's "start at X, stop at Y"). Enforced at capture time by the WindowedAnimationSink; a full-state keyframe is emitted at startTime so the window's opening frame is correct (Phase 9B). null (no window) means the whole run is captured.

Constructors

Link copied to clipboard
constructor(startTime: Double, endTime: Double)

Properties

Link copied to clipboard
Link copied to clipboard