Packageimpression.simulation
Interfacepublic interface ISnapshotStringReader

Defines the ability to update the simulation state based on a snapshot string.



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

Reads a snapshot and updates the simulation state.

Parameters

snapshot:String (default = null) — The snapshot string containing the simulation state.

Returns
* — An optional simulation-specific value.