SceneSnapshotEntry
Defined in: packages/save/src/snapshot/types.ts:39
Serialized state for a single scene in the stack.
Properties
Section titled “Properties”entities
Section titled “entities”entities:
EntitySnapshotEntry[]
Defined in: packages/save/src/snapshot/types.ts:45
Auto-collected entity snapshots.
paused
Section titled “paused”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
Serializable
Section titled “Serializable”decorator).
userData?
Section titled “userData?”
optionaluserData?:unknown
Defined in: packages/save/src/snapshot/types.ts:47
User-defined scene data (from scene.serialize()).