Method Initialize
Initialize(String)
Called during default world initialization to give the application a chance to set up additional worlds beyond (or instead of) the default world, and to perform additional one-time initialization before any worlds are created.
Declaration
bool Initialize(string defaultWorldName)
Parameters
Type | Name | Description |
---|---|---|
String | defaultWorldName | The name of the default World that will be created |
Returns
Type | Description |
---|---|
Boolean | true if the bootstrap has performed initialization, or false if default world initialization should be performed. |