Summary
Loads a room in determined by the roomName parameter, as a child
of the given transform
- Namespace
- global
- Containing Type
- RoomLoader
Syntax
public void LoadRoom(string roomName, Transform parent)
Parameters
Name | Type | Description |
---|---|---|
roomName | string | The name of the room to be loaded |
parent | Transform | The parent of the room to be loaded |
Return Value
Type | Description |
---|---|
void |