Packageimpression.simulation
Interfacepublic interface ISnapshotWriter

Defines the ability to write the simulation state to an untyped or simulation-specific object.



Public Methods
 MethodDefined By
  
Writes the simulation state to an object.
ISnapshotWriter
Method Detail
writeSnapshot()method
public function writeSnapshot():*

Writes the simulation state to an object.

Returns
* — An object containing the simulation state.