Eye of the Nile Docs
Everything you need to know to get started!
Loading...
Searching...
No Matches
ConfirmationPanel Class Reference

Detailed Description

This script goes on the confirmation panel after the upgrade button is pressed in the ability inventory.

Documentation updated 2/4/2025

Author
Alexander Art

Public Member Functions

void OpenConfirmationPanel ()
 
void CloseConfirmationPanel ()
 

Private Member Functions

void Awake ()
 Set references.
 

Private Attributes

DataManager dataManager
 Reference to the data manager.
 
DetailsPanel detailsPanel
 Reference to details panel.
 
UpgradePanel upgradePanel
 Reference to upgrade panel.
 
AbilityInventory abilityInventory
 Reference to Scriptables_AbilityInventory.
 
AbilityInventoryUI abilityInventoryUI
 Reference to the ability inventory UI.
 
TMP_Text currentSoulText
 
TMP_Text currentGodsoulText
 
TMP_Text soulCostText
 
TMP_Text godsoulCostText
 
TMP_Text remainingSoulText
 
TMP_Text remainingGodsoulText
 

Member Function Documentation

◆ Awake()

void ConfirmationPanel.Awake ( )
private

Set references.

◆ CloseConfirmationPanel()

void ConfirmationPanel.CloseConfirmationPanel ( )

◆ OpenConfirmationPanel()

void ConfirmationPanel.OpenConfirmationPanel ( )

Member Data Documentation

◆ abilityInventory

AbilityInventory ConfirmationPanel.abilityInventory
private

Reference to Scriptables_AbilityInventory.

◆ abilityInventoryUI

AbilityInventoryUI ConfirmationPanel.abilityInventoryUI
private

Reference to the ability inventory UI.

◆ currentGodsoulText

TMP_Text ConfirmationPanel.currentGodsoulText
private

◆ currentSoulText

TMP_Text ConfirmationPanel.currentSoulText
private

◆ dataManager

DataManager ConfirmationPanel.dataManager
private

Reference to the data manager.

◆ detailsPanel

DetailsPanel ConfirmationPanel.detailsPanel
private

Reference to details panel.

◆ godsoulCostText

TMP_Text ConfirmationPanel.godsoulCostText
private

◆ remainingGodsoulText

TMP_Text ConfirmationPanel.remainingGodsoulText
private

◆ remainingSoulText

TMP_Text ConfirmationPanel.remainingSoulText
private

◆ soulCostText

TMP_Text ConfirmationPanel.soulCostText
private

◆ upgradePanel

UpgradePanel ConfirmationPanel.upgradePanel
private

Reference to upgrade panel.


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