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.
Properties
Section titled “Properties”scenes
Section titled “scenes”scenes:
SceneTreesSnapshot
Defined in: renderer/src/effects/RendererSnapshotContributor.ts:16
One entry per scene in sceneManager.all, in stack order.
screen?
Section titled “screen?”
optionalscreen?:EffectStackSnapshot
Defined in: renderer/src/effects/RendererSnapshotContributor.ts:14
Screen-scope effects on app.stage. Cross-scene by design.