Liberi
An exergame built for kids with CP!
WiskinUpgradeManager Class Reference

Class to manage the visual representation of the Wiskin Upgrade Shop. More...

Inherits MonoBehaviour.

Static Public Member Functions

static void Show (VendorItemInfo[] upgradeInfos, VendorItemInfo[] gemSlotInfos, VendorItemInfo[] gemInfos, string vendorName)
 Show the Wiskin Defence Upgrade GUI and set up all of its necessary tiles. More...
 
static void UpdateSelectionIndex (int newSelectionIndex, bool isPurchasable, int upgradeLevel)
 Update the selection index, in the context of this GUI, this is either the upgrade button or one of three gem slots. More...
 
static void EnterSubSelection ()
 
static void ExitSubSelection ()
 
static void UpdateSubSelectionIndex (int newSubSelectionIndex, bool isOwned)
 Update the sub selection index, in the context of this GUI, this is lower container that holds the gems. More...
 
static void BounceSelectedIcon ()
 
static void BounceUpgradeBar ()
 
static void Hide ()
 Hide the Upgrade shop GUI. More...
 

Public Attributes

Sprite GemSlotLockedSprite
 

Detailed Description

Class to manage the visual representation of the Wiskin Upgrade Shop.

Definition at line 8 of file WiskinUpgradeManager.cs.

Member Function Documentation

static void WiskinUpgradeManager.Hide ( )
inlinestatic

Hide the Upgrade shop GUI.

Definition at line 260 of file WiskinUpgradeManager.cs.

static void WiskinUpgradeManager.Show ( VendorItemInfo[]  upgradeInfos,
VendorItemInfo[]  gemSlotInfos,
VendorItemInfo[]  gemInfos,
string  vendorName 
)
inlinestatic

Show the Wiskin Defence Upgrade GUI and set up all of its necessary tiles.

Definition at line 79 of file WiskinUpgradeManager.cs.

static void WiskinUpgradeManager.UpdateSelectionIndex ( int  newSelectionIndex,
bool  isPurchasable,
int  upgradeLevel 
)
inlinestatic

Update the selection index, in the context of this GUI, this is either the upgrade button or one of three gem slots.

Definition at line 176 of file WiskinUpgradeManager.cs.

static void WiskinUpgradeManager.UpdateSubSelectionIndex ( int  newSubSelectionIndex,
bool  isOwned 
)
inlinestatic

Update the sub selection index, in the context of this GUI, this is lower container that holds the gems.

Definition at line 217 of file WiskinUpgradeManager.cs.


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