Method Initialize
Initialize(String, Boolean)
Initializes the default world or runs ICustomBootstrap if one is available.
Declaration
public static World Initialize(string defaultWorldName, bool editorWorld = false)
Parameters
Type | Name | Description |
---|---|---|
String | defaultWorldName | The name of the world that will be created. Unless there is a custom bootstrap. |
Boolean | editorWorld | Editor worlds by default only include systems with [ExecuteAlways]. If editorWorld is true, ICustomBootstrap will not be used. |
Returns
Type | Description |
---|---|
World |