Show / Hide Table of Contents

Class GungeonRoomTemplatesConfig

Inheritance
System.Object
GungeonRoomTemplatesConfig
Namespace: Edgar.Unity.Examples.Gungeon
Assembly: cs.temp.dll.dll
Syntax
public class GungeonRoomTemplatesConfig

Fields

BasicRoomTemplates

Declaration
public GameObject[] BasicRoomTemplates
Field Value
Type Description
GameObject[]

BossFoyersRoomTemplates

Declaration
public GameObject[] BossFoyersRoomTemplates
Field Value
Type Description
GameObject[]

BossRoomTemplates

Declaration
public GameObject[] BossRoomTemplates
Field Value
Type Description
GameObject[]

CorridorRoomTemplates

Declaration
public GameObject[] CorridorRoomTemplates
Field Value
Type Description
GameObject[]

EntranceRoomTemplates

Declaration
public GameObject[] EntranceRoomTemplates
Field Value
Type Description
GameObject[]

ExitRoomTemplates

Declaration
public GameObject[] ExitRoomTemplates
Field Value
Type Description
GameObject[]

HubRoomTemplates

Declaration
public GameObject[] HubRoomTemplates
Field Value
Type Description
GameObject[]

RewardRoomTemplates

Declaration
public GameObject[] RewardRoomTemplates
Field Value
Type Description
GameObject[]

SecretRoomTemplates

Declaration
public GameObject[] SecretRoomTemplates
Field Value
Type Description
GameObject[]

ShopRoomTemplates

Declaration
public GameObject[] ShopRoomTemplates
Field Value
Type Description
GameObject[]

Methods

GetRoomTemplates(GungeonRoom)

Get room templates for a given room.

Declaration
public GameObject[] GetRoomTemplates(GungeonRoom room)
Parameters
Type Name Description
GungeonRoom room
Returns
Type Description
GameObject[]
In This Article
Back to top Generated by DocFX