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

Public Member Functions

void Start ()
 
Map GetActiveMap ()
 

Properties

static MapManager Instance [get, private set]
 

Private Member Functions

void Awake ()
 

Private Attributes

List< Map_maps
 
Map _activeMap
 
Transform _mapsParent
 
MapGenerator _mapGenerator
 
MapParametersSO _mapParametersSO
 

Member Function Documentation

◆ Awake()

void Slasher.Map.MapManager.Awake ( )
private
Here is the call graph for this function:

◆ GetActiveMap()

Map Slasher.Map.MapManager.GetActiveMap ( )

◆ Start()

void Slasher.Map.MapManager.Start ( )

Member Data Documentation

◆ _activeMap

Map Slasher.Map.MapManager._activeMap
private

◆ _mapGenerator

MapGenerator Slasher.Map.MapManager._mapGenerator
private

◆ _mapParametersSO

MapParametersSO Slasher.Map.MapManager._mapParametersSO
private

◆ _maps

List<Map> Slasher.Map.MapManager._maps
private

◆ _mapsParent

Transform Slasher.Map.MapManager._mapsParent
private

Property Documentation

◆ Instance

MapManager Slasher.Map.MapManager.Instance
staticgetprivate set

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