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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
world |
World |
snapshot |
StateDump |
options |
ApplyOptions |
Returns
Section titled “Returns”void