Packageimpression.simulation
Interfacepublic interface ISnapshotXMLReader

Defines the ability to update the simulation state based on an XML snapshot.



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

Reads a snapshot and updates the simulation state.

Parameters

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

Returns
* — An optional simulation-specific value.