MoveCompleted

@Serializable
@SerialName(value = "MoveCompleted")
data class MoveCompleted(val simTime: Double, val entityId: Long, val toX: Double, val toY: Double, val toZ: Double = 0.0) : AnimationEvent(source)

An entity completed a move and is at rest at (toX, toY, toZ).

Constructors

Link copied to clipboard
constructor(simTime: Double, entityId: Long, toX: Double, toY: Double, toZ: Double = 0.0)

Properties

Link copied to clipboard
Link copied to clipboard
open override val simTime: Double
Link copied to clipboard
val toX: Double
Link copied to clipboard
val toY: Double
Link copied to clipboard
val toZ: Double