EntityDisposed

@Serializable
@SerialName(value = "EntityDisposed")
data class EntityDisposed(val simTime: Double, val entityId: Long) : AnimationEvent(source)

An entity has been disposed normally (it finished its process).

Constructors

Link copied to clipboard
constructor(simTime: Double, entityId: Long)

Properties

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