Skill Hovercard UGUI
🏷️ SkillHovercardUGUI Class
A pop-up UI object that displays skill information.
Namespace:
Esper.SkillWeb.UI.UGUI
Inherits from:HovercardUGUI
Type:class
📦 Fields
Access
Field
Type
Description
protected
labelLayout
VerticalLayoutGroup
The layout group used by labels.
protected
titleLabel
TextMeshProUGUI
The label that displays the title.
protected
subtitleLabel
TextMeshProUGUI
The label that displays the subtitle.
protected
descriptionLabel
TextMeshProUGUI
The label that displays the description.
🧰 Methods
Access
Method
Returns
Description
public override
Refresh()
void
Refreshes the content.
public override
Open(RectTransform)
void
Opens the item details.
protected override
CalculateSize()
Vector2
Calculates the size.
Last updated