Class ShopExpBarUI
Updates the shop bar text and fills the exp bar.
Namespace: AutoBattleFramework.BattleUI
Assembly: cs.temp.dll.dll
Syntax
public class ShopExpBarUI : MonoBehaviour
Fields
expBarFill
Exp bar to be filled.
Declaration
public Image expBarFill
Field Value
Type | Description |
---|---|
Image |
ExpText
Text that displays the current and max exp of the shopLevelManager.
Declaration
public TMPro.TextMeshProUGUI ExpText
Field Value
Type | Description |
---|---|
TMPro.TextMeshProUGUI |