Class InputSetupUtils
Inheritance
System.Object
InputSetupUtils
Assembly: cs.temp.dll.dll
public static class InputSetupUtils
Methods
Checks if the level graph does not have directed doors if it is not directed.
Declaration
public static void CheckIfDirected(LevelDescriptionBase levelDescription, LevelGraph levelGraph)
Parameters
Gets corridor room templates for a given connection.
These room templates are only used if UseCorridors is enabled.
Declaration
public static List<GameObject> GetRoomTemplates(ConnectionBase connection, List<RoomTemplatesSet> defaultRoomTemplatesSets, List<GameObject> defaultIndividualRoomTemplates)
Parameters
Type |
Name |
Description |
ConnectionBase |
connection |
|
System.Collections.Generic.List<RoomTemplatesSet> |
defaultRoomTemplatesSets |
|
System.Collections.Generic.List<GameObject> |
defaultIndividualRoomTemplates |
|
Returns
Type |
Description |
System.Collections.Generic.List<GameObject> |
|
Gets room templates for a given room.
Declaration
public static List<GameObject> GetRoomTemplates(RoomBase room, List<RoomTemplatesSet> defaultRoomTemplatesSets, List<GameObject> defaultIndividualRoomTemplates)
Parameters
Type |
Name |
Description |
RoomBase |
room |
|
System.Collections.Generic.List<RoomTemplatesSet> |
defaultRoomTemplatesSets |
|
System.Collections.Generic.List<GameObject> |
defaultIndividualRoomTemplates |
|
Returns
Type |
Description |
System.Collections.Generic.List<GameObject> |
|
Combines room templates from room templates sets and individual room templates.
Declaration
public static List<GameObject> GetRoomTemplates(List<RoomTemplatesSet> roomTemplatesSets, List<GameObject> individualRoomTemplates)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<RoomTemplatesSet> |
roomTemplatesSets |
|
System.Collections.Generic.List<GameObject> |
individualRoomTemplates |
|
Returns
Type |
Description |
System.Collections.Generic.List<GameObject> |
|