Simulate
method in Coherence.Toolkit
Methods
protected abstract void Simulate(long simulationFrame)
Called when a simulation must happen for a given simulationFrame. This is where the core of the
simulation logic should be implemented.
Parameters
| Type | Name | Description |
|---|---|---|
| long | simulationFrame | Frame for which the simulation is run. |
Remarks
This method is called for both standard simulation and resimulation.