Style Slasher
A dressup combat roguelike created by Scrungle Studios for the 2025 Swinburne Capstone project.
Slasher.Map.MapParametersSO Class Reference
Inheritance diagram for Slasher.Map.MapParametersSO:
Inheritance graph
Collaboration diagram for Slasher.Map.MapParametersSO:
Collaboration graph

Properties

int MaxQuadrantsNumber [get]
 
int MaxMapWidth [get]
 
int MaxMapHeight [get]
 
int ChallengeRooms [get]
 
int RewardRooms [get]
 
int ShopRooms [get]
 
int CombatRooms [get]
 
int NumberOfStrands [get]
 
int LargeRooms [get]
 

Private Attributes

int _maxQuadrantsNumber
 
int _maxMapWidth
 
int _maxMapHeight
 
int _numberOfStrands
 
int _challengeRooms
 
int _rewardRooms
 
int _combatRooms
 
int _shopRooms
 
int _largeRooms
 

Member Data Documentation

◆ _challengeRooms

int Slasher.Map.MapParametersSO._challengeRooms
private

◆ _combatRooms

int Slasher.Map.MapParametersSO._combatRooms
private

◆ _largeRooms

int Slasher.Map.MapParametersSO._largeRooms
private

◆ _maxMapHeight

int Slasher.Map.MapParametersSO._maxMapHeight
private

◆ _maxMapWidth

int Slasher.Map.MapParametersSO._maxMapWidth
private

◆ _maxQuadrantsNumber

int Slasher.Map.MapParametersSO._maxQuadrantsNumber
private

◆ _numberOfStrands

int Slasher.Map.MapParametersSO._numberOfStrands
private

◆ _rewardRooms

int Slasher.Map.MapParametersSO._rewardRooms
private

◆ _shopRooms

int Slasher.Map.MapParametersSO._shopRooms
private

Property Documentation

◆ ChallengeRooms

int Slasher.Map.MapParametersSO.ChallengeRooms
get

◆ CombatRooms

int Slasher.Map.MapParametersSO.CombatRooms
get

◆ LargeRooms

int Slasher.Map.MapParametersSO.LargeRooms
get

◆ MaxMapHeight

int Slasher.Map.MapParametersSO.MaxMapHeight
get

◆ MaxMapWidth

int Slasher.Map.MapParametersSO.MaxMapWidth
get

◆ MaxQuadrantsNumber

int Slasher.Map.MapParametersSO.MaxQuadrantsNumber
get

◆ NumberOfStrands

int Slasher.Map.MapParametersSO.NumberOfStrands
get

◆ RewardRooms

int Slasher.Map.MapParametersSO.RewardRooms
get

◆ ShopRooms

int Slasher.Map.MapParametersSO.ShopRooms
get

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