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

Public Member Functions

void OnTabHighlighted (TabButton newTab)
 
void OnTabSelected (TabButton newTab)
 

Public Attributes

List< TabButtonTabButtons
 
TabButton SelectedTab
 
List< GameObject > Swappables
 

Private Member Functions

void Awake ()
 
void OnEnable ()
 
void OnDisable ()
 
void Start ()
 
void Update ()
 
void LateUpdate ()
 

Member Function Documentation

◆ Awake()

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

◆ LateUpdate()

void Slasher.Inventory.TabGroup.LateUpdate ( )
private

◆ OnDisable()

void Slasher.Inventory.TabGroup.OnDisable ( )
private

◆ OnEnable()

void Slasher.Inventory.TabGroup.OnEnable ( )
private

◆ OnTabHighlighted()

void Slasher.Inventory.TabGroup.OnTabHighlighted ( TabButton newTab)

◆ OnTabSelected()

void Slasher.Inventory.TabGroup.OnTabSelected ( TabButton newTab)

◆ Start()

void Slasher.Inventory.TabGroup.Start ( )
private

◆ Update()

void Slasher.Inventory.TabGroup.Update ( )
private

Member Data Documentation

◆ SelectedTab

TabButton Slasher.Inventory.TabGroup.SelectedTab

◆ Swappables

List<GameObject> Slasher.Inventory.TabGroup.Swappables

◆ TabButtons

List<TabButton> Slasher.Inventory.TabGroup.TabButtons

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