Skip to content

@ue-too/ecs / SerializedEntity

Interface: SerializedEntity

Defined in: index.ts:359

Serialized representation of an entity's component data.

Properties

components

components: Record<string, unknown>

Defined in: index.ts:363

Map of component names (as strings) to their serialized data


entity

entity: number

Defined in: index.ts:361

The entity ID