Skip to content

applySnapshot

applySnapshot(world, snapshot, options?): void

Defined in: packages/engine/src/gameplay/replication/apply.ts:149

Brings the world to the whole of the source’s: the delta from what it holds of the stream now.

Parameter Type
world World
snapshot StateDump
options ApplyOptions

void