Skip to content

RendererSnapshotData

Defined in: renderer/src/effects/RendererSnapshotContributor.ts:12

Snapshot data emitted by the renderer’s contributor. Mirrors the runtime topology — one screen-scope stack and a per-scene record of tree-scope effects, layer-scope effects, and masks at both levels.

scenes: SceneTreesSnapshot

Defined in: renderer/src/effects/RendererSnapshotContributor.ts:16

One entry per scene in sceneManager.all, in stack order.


optional screen?: EffectStackSnapshot

Defined in: renderer/src/effects/RendererSnapshotContributor.ts:14

Screen-scope effects on app.stage. Cross-scene by design.