Interface for a Skill Web runtime skill node.
Namespace: Esper.SkillWeb.UI Type: interface
Esper.SkillWeb.UI
interface
public abstract
SetSkill(SkillNode, WebViewUGUI)
void
Sets the skill node that this object represents.
ResetLevel()
Resets the skill level to 0.
Refresh()
Refreshes this UI object.
TryUpgrade()
bool
Increases the level by 1 if possible. The skill must be unlocked and the level cannot be higher than the max level.
TryDowngrade()
Decreases the level by 1 if possible. The level cannot be lower than 0.
Last updated 6 months ago