|
Eye of the Nile Docs
Everything you need to know to get started!
|
This script goes on the confirmation panel after the upgrade button is pressed in the ability inventory.
Documentation updated 2/4/2025
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 |
|
private |
Set references.
| void ConfirmationPanel.CloseConfirmationPanel | ( | ) |
| void ConfirmationPanel.OpenConfirmationPanel | ( | ) |
|
private |
Reference to Scriptables_AbilityInventory.
|
private |
Reference to the ability inventory UI.
|
private |
|
private |
|
private |
Reference to the data manager.
|
private |
Reference to details panel.
|
private |
|
private |
|
private |
|
private |
|
private |
Reference to upgrade panel.