EntityCreated

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

A new entity has been created. entityType is the entity's class/type label.

Constructors

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

Properties

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