Skip to content

@modoki/engine / index / EntityIndex

Interface: EntityIndex

ECS Core

byId

byId: Map<number, Ent>


childrenByParent

childrenByParent: Map<number, Map<string, number>>

parentId → (childName → child entity id). Last writer wins on duplicate names.

Built with Modoki.