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