CreateState
method in Coherence.Toolkit
Methods
protected abstract TState CreateState()
Called at the end of the simulation loop to get a snapshot of the simulation that can be later used in the Rollback(long, TState) if needed.
Returns
Type | Description |
---|---|
TState | Full simulation state. |