BatchFormed

@Serializable
@SerialName(value = "BatchFormed")
data class BatchFormed(val simTime: Double, val batchEntityId: Long, val batchName: String, val size: Int) : AnimationEvent(source)

A batch of entities was formed into a single batch entity of size members.

Constructors

Link copied to clipboard
constructor(simTime: Double, batchEntityId: Long, batchName: String, size: Int)

Properties

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