QObjectEnqueued

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

A specific QObject/entity entered a queue. Lets a renderer show the identified members of any queue (and style them by type), not just a count (8C.2). Covers every queue type.

Constructors

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

Properties

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