@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
| Property | Type | Defined in |
|---|---|---|
selectedEntityId? | number | null | hydration/types.ts:49 |
entities | number[] | hydration/types.ts:50 |
components | EcsWorldComponentSnapshot[] | hydration/types.ts:51 |

