Summary
Starts a new simulation.
The simulation will really start to execute on next frame.
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime - Containing Type
- TimeStone
Syntax
public void StartSimulation(bool updateAgentsList = false)
Parameters
Name | Type | Description |
---|---|---|
updateAgentsList | bool | If true, the time agents list will be updated before executing the simulation |
Return Value
Type | Description |
---|---|
void |