Packageimpression.simulation
Interfacepublic interface ISnapshotReader

Defines the ability to update the simulation state based on an untyped or simulation-specific snapshot data format.



Public Methods
 MethodDefined By
  
readSnapshot(snapshot:* = null):*
Reads a snapshot and updates the simulation state.
ISnapshotReader
Method Detail
readSnapshot()method
public function readSnapshot(snapshot:* = null):*

Reads a snapshot and updates the simulation state.

Parameters

snapshot:* (default = null) — The snapshot data containing the simulation state.

Returns
* — An optional simulation-specific value.