Show / Hide Table of Contents

Class Room

Represents a room in a level graph.

Inheritance
System.Object
RoomBase
Room
Inherited Members
RoomBase.Position
RoomBase.ToString()
RoomBase.GetEditorStyle(Boolean)
RoomBase.OnValidate()
Namespace: Edgar.Unity
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

Name of the room.

Declaration
public string Name
Field Value
Type Description
System.String

RoomTemplateSets

Assigned room template sets.

Declaration
public List<RoomTemplatesSet> RoomTemplateSets
Field Value
Type Description
System.Collections.Generic.List<RoomTemplatesSet>

Methods

GetDisplayName()

Declaration
public override string GetDisplayName()
Returns
Type Description
System.String
Overrides
RoomBase.GetDisplayName()

GetRoomTemplates()

Declaration
public override List<GameObject> GetRoomTemplates()
Returns
Type Description
System.Collections.Generic.List<GameObject>
Overrides
RoomBase.GetRoomTemplates()
In This Article
Back to top Generated by DocFX