Class: EntitiesCreatedEvent<EntityType>
Defined in: livelink.clients/livelink.base/sources/scene/SceneEvents.ts:15
Event that is fired when one or more entities are created.
Dispatched by Scene as on-entities-created.
Extends
Type Parameters
| Type Parameter | Default type |
|---|---|
EntityType extends Entity | Entity |
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
entities | readonly | EntityType[] | The entities that were created. |