Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | ShowTooltip () |
void | OnPointerDown (BaseEventData e) |
Public Attributes | |
TooltipData | tooltip |
UIText | text |
UIText | text2 |
EventTrigger | trigger |
Action | onPointerDown |
Definition at line 5 of file HintIcon.cs.
|
inline |
Definition at line 25 of file HintIcon.cs.
References onPointerDown.
|
inline |
Definition at line 17 of file HintIcon.cs.
References TooltipData.enable, TooltipManager.Instance, TooltipManager.ShowTooltip(), and tooltip.
Action HintIcon.onPointerDown |
Definition at line 15 of file HintIcon.cs.
Referenced by OnPointerDown(), and LayerQuestBoard.RefreshHire().
UIText HintIcon.text |
Definition at line 9 of file HintIcon.cs.
Referenced by ItemGachaResult.SetChara(), and ButtonChara.SetChara().
UIText HintIcon.text2 |
Definition at line 11 of file HintIcon.cs.
Referenced by ItemGachaResult.SetChara().
TooltipData HintIcon.tooltip |
Definition at line 7 of file HintIcon.cs.
Referenced by ShowTooltip().
EventTrigger HintIcon.trigger |
Definition at line 13 of file HintIcon.cs.