3D Dungeon Crawler
Loading...
Searching...
No Matches
DecorateRoom Class Reference
Inheritance diagram for DecorateRoom:

Public Attributes

GameObject[] chestPrefabs
 
GameObject[] roomLayoutPrefabs
 
int numberOfDecorations = 5
 
float chestSpawnChance = 15f
 
float chestToWallDistance = 2.0f
 
bool isBossRoom = false
 

Member Data Documentation

◆ chestPrefabs

GameObject [] DecorateRoom.chestPrefabs

◆ chestSpawnChance

float DecorateRoom.chestSpawnChance = 15f

◆ chestToWallDistance

float DecorateRoom.chestToWallDistance = 2.0f

◆ isBossRoom

bool DecorateRoom.isBossRoom = false

◆ numberOfDecorations

int DecorateRoom.numberOfDecorations = 5

◆ roomLayoutPrefabs

GameObject [] DecorateRoom.roomLayoutPrefabs

The documentation for this class was generated from the following file: