GameboardEcsMountResult
Defined in: src/interop/interop.ts:588
Result of mounting an interop snapshot into an ECS adapter.
Type Parameters
Section titled “Type Parameters”TEntity
Section titled “TEntity”TEntity
Properties
Section titled “Properties”entitiesById
Section titled “entitiesById”entitiesById:
ReadonlyMap<string,TEntity>
Defined in: src/interop/interop.ts:590
Mounted host entities keyed by interop entity id.
missingRelations
Section titled “missingRelations”missingRelations: readonly
GameboardEcsRelation[]
Defined in: src/interop/interop.ts:592
Relations whose source or target entities were missing.