Skip to content

SceneSnapshotEntry

Defined in: packages/save/src/snapshot/types.ts:39

Serialized state for a single scene in the stack.

entities: EntitySnapshotEntry[]

Defined in: packages/save/src/snapshot/types.ts:45

Auto-collected entity snapshots.


paused: boolean

Defined in: packages/save/src/snapshot/types.ts:43

Whether the scene was paused at save time.


type: string

Defined in: packages/save/src/snapshot/types.ts:41

Scene type identifier (from

decorator).


optional userData?: unknown

Defined in: packages/save/src/snapshot/types.ts:47

User-defined scene data (from scene.serialize()).