@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / types / EntityId
Type Alias: EntityId
ts
type EntityId = number;Defined in: types.ts:12
Numeric identifier for an entity. Entities are pure ids — all data lives in components attached to the entity.

