Summary
Retrieve a world from the Dictionary by name
- Namespace
- ASL
.WorldSystem - Containing Type
- WorldManager
Syntax
public World getWorldByName(string worldName)
Parameters
Name | Type | Description |
---|---|---|
worldName | string | The name of the world to retrieve |
Return Value
Type | Description |
---|---|
World | The retrieved world, or null if not found. |