Class Room
Represents a room in a level graph.
Inheritance
System.Object
Room
Assembly: cs.temp.dll.dll
Syntax
public class Room : RoomBase
Fields
IndividualRoomTemplates
Room templates assigned to the room.
Declaration
public List<GameObject> IndividualRoomTemplates
Field Value
Type |
Description |
System.Collections.Generic.List<GameObject> |
|
Name
Declaration
Field Value
Type |
Description |
System.String |
|
RoomTemplateSets
Assigned room template sets.
Declaration
public List<RoomTemplatesSet> RoomTemplateSets
Field Value
Methods
GetDisplayName()
Declaration
public override string GetDisplayName()
Returns
Type |
Description |
System.String |
|
Overrides
GetRoomTemplates()
Declaration
public override List<GameObject> GetRoomTemplates()
Returns
Type |
Description |
System.Collections.Generic.List<GameObject> |
|
Overrides