Property | Type | Description | |
---|---|---|---|
AttackPowerLevelText | |||
ContinueButton | UnityEngine.UI.Button | ||
CurrentExperienceText | |||
GameSceneController | |||
HypePowerLevelText | |||
RevertButton | UnityEngine.UI.Button | ||
StaminaPowerLevelText | |||
UpgradeExplanationText |
Method | Description | |
---|---|---|
LevelUpCallback ( ) : void | ||
LevelUpCompletedEventHandler ( ) : void | ||
OnAttackUpgradeClick ( ) : void | ||
OnContinueButtonClick ( ) : void | ||
OnDestroy ( ) : void | ||
OnHypeUpgradeClick ( ) : void | ||
OnRevertButtonClick ( ) : void | ||
OnStaminaUpgradeClick ( ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
GetUsedUpgradePoints ( ) : int | ||
Hide ( ) : void | ||
InitState ( ) : void | ||
ProcessUpgrade ( ) : void | ||
ShowPanel ( ) : void | ||
UpdateButtonsState ( ) : void | ||
UpdateLabels ( ) : void |
public LevelUpCompletedEventHandler ( ) : void | ||
return | void |
public Text,UnityEngine.UI AttackPowerLevelText | ||
return |
public Button,UnityEngine.UI ContinueButton | ||
return | UnityEngine.UI.Button |
public Text,UnityEngine.UI CurrentExperienceText | ||
return |
public GameSceneController,Assets.Scripts.Scenes.Game GameSceneController | ||
return |
public Text,UnityEngine.UI HypePowerLevelText | ||
return |
public Button,UnityEngine.UI RevertButton | ||
return | UnityEngine.UI.Button |
public Text,UnityEngine.UI StaminaPowerLevelText | ||
return |