Show / Hide Table of Contents

Class Dungeon1RoomTemplates

Inheritance
System.Object
Dungeon1RoomTemplates
Namespace: Edgar.Unity.Examples.Grid3D.Dungeon1
Assembly: cs.temp.dll.dll
Syntax
public class Dungeon1RoomTemplates

Fields

Basic

Declaration
public List<GameObject> Basic
Field Value
Type Description
System.Collections.Generic.List<GameObject>

Boss

Declaration
public List<GameObject> Boss
Field Value
Type Description
System.Collections.Generic.List<GameObject>

BossEntrance

Declaration
public List<GameObject> BossEntrance
Field Value
Type Description
System.Collections.Generic.List<GameObject>

Cave

Declaration
public List<GameObject> Cave
Field Value
Type Description
System.Collections.Generic.List<GameObject>

Corridors

Declaration
public List<GameObject> Corridors
Field Value
Type Description
System.Collections.Generic.List<GameObject>

Entrance

Declaration
public List<GameObject> Entrance
Field Value
Type Description
System.Collections.Generic.List<GameObject>

Hub

Declaration
public List<GameObject> Hub
Field Value
Type Description
System.Collections.Generic.List<GameObject>

Social

Declaration
public List<GameObject> Social
Field Value
Type Description
System.Collections.Generic.List<GameObject>

Trap

Declaration
public List<GameObject> Trap
Field Value
Type Description
System.Collections.Generic.List<GameObject>

Methods

GetRoomTemplates(Dungeon1Room.RoomType)

Declaration
public List<GameObject> GetRoomTemplates(Dungeon1Room.RoomType roomType)
Parameters
Type Name Description
Dungeon1Room.RoomType roomType
Returns
Type Description
System.Collections.Generic.List<GameObject>
In This Article
Back to top Generated by DocFX