ExplosionStartedEvent¶
Class ExplosionStartedEvent
Hierarchy (View Summary)
- WebVisEvent
- ExplosionStartedEvent
Index
Constructors
Properties
Constructors
constructor
- new ExplosionStartedEvent(
center: Float32Array<ArrayBufferLike>,
): ExplosionStartedEvent The ExplosionStartedEvent occurs if an Explosion has been started.
Parameters
- center: Float32Array<ArrayBufferLike>
The center around which the parts are exploded.
Returns ExplosionStartedEvent
- center: Float32Array<ArrayBufferLike>
Properties
center
center: Float32Array<ArrayBufferLike>
The center around which the parts are exploded.
id
id: number
The unique ID of the event.
Optional
transaction Code
transactionCode?: string
The transaction code associated with the event.
Optional
transactionID
transactionID?: number
The transaction ID associated with the event.
Optional
type
The type of the event.
EXPLOSION_STARTED