Skip to content

@relu-interactives/spatial-ecs


@relu-interactives/spatial-ecs / index / EcsWorldStateSnapshotLike

Type Alias: EcsWorldStateSnapshotLike

ts
type EcsWorldStateSnapshotLike = {
  selectedEntityId?: number | null;
  entities: number[];
  components: EcsWorldComponentSnapshot[];
};

Defined in: hydration/types.ts:48

Properties

PropertyTypeDefined in
selectedEntityId?number | nullhydration/types.ts:49
entitiesnumber[]hydration/types.ts:50
componentsEcsWorldComponentSnapshot[]hydration/types.ts:51