Show / Hide Table of Contents

Class InputSetupUtils

Inheritance
System.Object
InputSetupUtils
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public static class InputSetupUtils

Methods

CheckIfDirected(LevelDescriptionBase, LevelGraph)

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
Type Name Description
LevelDescriptionBase levelDescription
LevelGraph levelGraph

GetRoomTemplates(ConnectionBase, List<RoomTemplatesSet>, List<GameObject>)

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>

GetRoomTemplates(RoomBase, List<RoomTemplatesSet>, 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>

GetRoomTemplates(List<RoomTemplatesSet>, 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>
In This Article
Back to top Generated by DocFX