Intermact API Reference / @intermact/core / RenderSnapshot
Interface: RenderSnapshot
Defined in: packages/core/src/animation/snapshot.ts:23
Immutable snapshot of the whole scene at a given time.
Properties
objects
readonlyobjects:ReadonlyMap<string,ObjectRenderState>
Defined in: packages/core/src/animation/snapshot.ts:25
time
readonlytime:number
Defined in: packages/core/src/animation/snapshot.ts:24
viewports
readonlyviewports: readonlyViewportSnapshot[]
Defined in: packages/core/src/animation/snapshot.ts:26