Method CreateLocalWorld
CreateLocalWorld(string)
Utility method for creating a local world without any NetCode systems.
Name of the world instantiated.Declaration
public static World CreateLocalWorld(string defaultWorldName)
Parameters
Type | Name | Description |
---|---|---|
string | defaultWorldName | The name to use for the default world. |
Returns
Type | Description |
---|---|
World | A new world instance. |