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

Public Types

enum  WallType { South , East , West }
 

Public Member Functions

void PlaceWalls (Room room)
 

Private Member Functions

void Awake ()
 
void SetWall (WallType wallType, bool HasHole)
 

Private Attributes

List< Transform > _southWalls
 
List< Transform > _eastWalls
 
List< Transform > _westWalls
 

Member Enumeration Documentation

◆ WallType

Enumerator
South 
East 
West 

Member Function Documentation

◆ Awake()

void Slasher.Map.WallsManager.Awake ( )
private

◆ PlaceWalls()

void Slasher.Map.WallsManager.PlaceWalls ( Room room)
Here is the call graph for this function:

◆ SetWall()

void Slasher.Map.WallsManager.SetWall ( WallType wallType,
bool HasHole )
private

Member Data Documentation

◆ _eastWalls

List<Transform> Slasher.Map.WallsManager._eastWalls
private

◆ _southWalls

List<Transform> Slasher.Map.WallsManager._southWalls
private

◆ _westWalls

List<Transform> Slasher.Map.WallsManager._westWalls
private

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