SceneSnapshotEntry
Defined in: save/src/types.ts:21
Serialized state for a single scene in the stack.
Properties
Section titled “Properties”entities
Section titled “entities”entities:
EntitySnapshotEntry[]
Defined in: save/src/types.ts:27
Auto-collected entity snapshots.
paused
Section titled “paused”paused:
boolean
Defined in: save/src/types.ts:25
Whether the scene was paused at save time.
type:
string
Defined in: save/src/types.ts:23
Scene type identifier (from
Serializable
Section titled “Serializable”decorator).
userData?
Section titled “userData?”
optionaluserData?:unknown
Defined in: save/src/types.ts:29
User-defined scene data (from scene.serialize()).