Scene
Defined in: packages/core/src/scene/types.ts:245
A Scene is the renderer-independent description of one pitch render: which provider coordinate system, how it's displayed, and what's drawn on it (PRD §8.3). Pure data — layers don't own DOM.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
appearance? | readonly | PitchAppearance | packages/core/src/scene/types.ts:248 |
dimensions | readonly | PitchDimensions | packages/core/src/scene/types.ts:246 |
layers | readonly | readonly Layer[] | packages/core/src/scene/types.ts:249 |
viewport | readonly | Viewport | packages/core/src/scene/types.ts:247 |