SimulationEnabled
property in Coherence.Toolkit
Properties
protected bool SimulationEnabled { get; set; }
If set to false, the simulation code won't be run, however:
* Frame progression is not stopped
* The OnBeforeSimulate() is still called
Can be used for example to wait for all players before starting the simulation.Property Value
Type | Description |
---|---|
bool |