InMemoryGameboardEcs
Defined in: src/interop/interop.ts:612
Minimal in-memory ECS useful for tests, examples, and adapter prototyping.
Properties
Section titled “Properties”adapter
Section titled “adapter”Defined in: src/interop/interop.ts:616
Adapter that populates entities.
entities
Section titled “entities”entities:
Map<string,InMemoryGameboardEcsEntity>
Defined in: src/interop/interop.ts:614
Mounted entities keyed by id.