![]() |
Liberi
An exergame built for kids with CP!
|
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 |
Class to manage the visual representation of the Wiskin Upgrade Shop.
Definition at line 8 of file WiskinUpgradeManager.cs.
|
inlinestatic |
Hide the Upgrade shop GUI.
Definition at line 260 of file WiskinUpgradeManager.cs.
|
inlinestatic |
Show the Wiskin Defence Upgrade GUI and set up all of its necessary tiles.
Definition at line 79 of file WiskinUpgradeManager.cs.
|
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.
|
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.