DelayStarted

@Serializable
@SerialName(value = "DelayStarted")
data class DelayStarted(val simTime: Double, val entityId: Long, val duration: Double, val arrivalTime: Double, val suspensionName: String? = null) : AnimationEvent(source)

An entity has started a timed delay. arrivalTime is the simulated time at which the delay will end (simTime + duration); carrying it lets the renderer drive a progress indicator without re-deriving it.

Constructors

Link copied to clipboard
constructor(simTime: Double, entityId: Long, duration: Double, arrivalTime: Double, suspensionName: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val simTime: Double
Link copied to clipboard