Spatial Element Moved
@Serializable
@SerialName(value = "SpatialElementMoved" )
A named spatial element (e.g. a movable/transport resource) started moving (8K.5). Mirrors MoveStarted but is keyed by name (the spatial element's name) rather than an entity id, so the renderer can animate the resource itself — including empty repositioning that carries no entity. Carries location names so coordinate-free spaces (DistancesModel) resolve by name (8H.3).
Constructors
Link copied to clipboard
constructor(simTime: Double, name: String, fromX: Double, fromY: Double, fromZ: Double = 0.0, toX: Double, toY: Double, toZ: Double = 0.0, velocity: Double, duration: Double, arrivalTime: Double, fromLocationName: String? = null, toLocationName: String? = null, mode: MoverMode = MoverMode.EMPTY, carriedEntityId: Long? = null, carriedEntityType: String? = null)