|
Elin Decompiled Documentation EA 23.248 Nightly
|
Public Types | |
| enum | FollowType { None , Button , Mouse , Pivot } |
Public Member Functions | |
| void | SetData (TooltipData _data) |
Public Attributes | |
| TooltipData | data |
| UIText | textMain |
| UIText | textSub |
| UINote | note |
| Image | imageMain |
| Image | imageSub |
| Image | icon |
| Vector3 | offset |
| FollowType | followType |
| bool | follow |
| bool | delayHide |
| bool | altSkin |
| Vector2 | orgPivot |
| CanvasGroup | cg |
| Func< bool > | hideFunc |
| LayoutElement | layout |
| float | hideTimer |
Private Member Functions | |
| void | Awake () |
Definition at line 5 of file UITooltip.cs.
| enum UITooltip.FollowType |
|
inlineprivate |
Definition at line 50 of file UITooltip.cs.
References orgPivot.
|
inline |
Definition at line 55 of file UITooltip.cs.
References altSkin, UIImage.ApplySkin(), SkinRootStatic.colors, SkinManager.CurrentSkin, data, Lang.Get(), TooltipData.icon, icon, TooltipData.lang, layout, note, TooltipData.onShowTooltip, SkinRootStatic.SkinColors.skinTooltip, and textMain.
Referenced by TooltipManager.ShowTooltip().
| bool UITooltip.altSkin |
Definition at line 37 of file UITooltip.cs.
Referenced by SetData().
| CanvasGroup UITooltip.cg |
Definition at line 41 of file UITooltip.cs.
Referenced by TooltipManager.Update().
| TooltipData UITooltip.data |
Definition at line 15 of file UITooltip.cs.
Referenced by TooltipManager.ResetTooltips(), and SetData().
| bool UITooltip.delayHide |
Definition at line 35 of file UITooltip.cs.
| bool UITooltip.follow |
Definition at line 33 of file UITooltip.cs.
| FollowType UITooltip.followType |
Definition at line 31 of file UITooltip.cs.
| Func<bool> UITooltip.hideFunc |
Definition at line 43 of file UITooltip.cs.
Referenced by TooltipManager.Update().
| float UITooltip.hideTimer |
Definition at line 48 of file UITooltip.cs.
| Image UITooltip.icon |
Definition at line 27 of file UITooltip.cs.
Referenced by SetData().
| Image UITooltip.imageMain |
Definition at line 23 of file UITooltip.cs.
| Image UITooltip.imageSub |
Definition at line 25 of file UITooltip.cs.
| LayoutElement UITooltip.layout |
Definition at line 45 of file UITooltip.cs.
Referenced by SetData().
| UINote UITooltip.note |
Definition at line 21 of file UITooltip.cs.
Referenced by WidgetDate._Refresh(), Element.AddEncNote(), WindowChara.AddStatus(), DramaCustomSequence.Build(), UICharaMaker.ListJob(), UICharaMaker.ListRace(), BuildMenu.OnActivate(), BaseListPeople.OnInstantiate(), ButtonElement.Refresh(), ItemCulture.Refresh(), WindowCharaMini.Refresh(), WindowCharaMini.RefreshEquipment(), WindowChara.RefreshEquipment(), ContentHomeReport.RefreshInfo(), UIHomeInfo.RefreshInfo(), ContentPolicy.RefreshPolicyList(), LayerPolicy.RefreshPolicyList(), UIHomeInfo.RefreshReport(), ButtonAbility.SetAct(), GridItemCard.SetButton(), GridItemCardSource.SetButton(), GridItemRecipe.SetButton(), ButtonGrid.SetCard(), ItemGachaResult.SetChara(), ButtonGrid.SetCraftRecipe(), SetData(), ButtonElement.SetGrid(), ButtonGrid.SetIngredient(), ItemResearch.SetPlan(), ItemHomeResource.SetResource(), and BaseListPeople.WriteHobbies().
| Vector3 UITooltip.offset |
Definition at line 29 of file UITooltip.cs.
| Vector2 UITooltip.orgPivot |
Definition at line 39 of file UITooltip.cs.
Referenced by Awake().
| UIText UITooltip.textMain |
Definition at line 17 of file UITooltip.cs.
Referenced by UIQueue.OnAdd(), and SetData().
| UIText UITooltip.textSub |
Definition at line 19 of file UITooltip.cs.