Method DestroyAllSystemsAndLogException
DestroyAllSystemsAndLogException()
Destroy all system instances in the World. Any errors encountered during individual system destruction will be logged to the console.
Declaration
public void DestroyAllSystemsAndLogException()
Exceptions
Type | Condition |
---|---|
ArgumentException | Thrown if any of the World's systems are currently executing. |