Method CreateClientWorld
CreateClientWorld(string)
Utility method for creating new clients worlds.
Can be used in custom implementations of Initialize as well at runtime, to add new clients dynamically.
Declaration
public static World CreateClientWorld(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The client world name |
Returns
| Type | Description |
|---|---|
| World |