Declared in ExtensionSystem
Declaration
bool SetState(
string state,
int index,
int pages
);Description
Sets the simulation state from a JSON object
Parameters
| Name | Description |
|---|---|
| state | The state of the simulation |
| index | The index of the page to load |
| pages | The total number of pages to load |