Skip to content

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

readonly objects: ReadonlyMap<string, ObjectRenderState>

Defined in: packages/core/src/animation/snapshot.ts:25


time

readonly time: number

Defined in: packages/core/src/animation/snapshot.ts:24


viewports

readonly viewports: readonly ViewportSnapshot[]

Defined in: packages/core/src/animation/snapshot.ts:26

Intermact v1.0 — 文档覆盖 Phase-1 / Phase-2 / Phase-3(全阶段)