Elin Decompiled Documentation EA 23.102 Nightly
|
Public Attributes | |
Chara | roster |
UIText | textName |
LayoutGroup | layout |
CanvasGroup | cg |
Tween | tween |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
Static Public Attributes | |
static WidgetMouseover | Instance |
![]() | |
static Core | core |
Private Attributes | |
float | timer |
Additional Inherited Members | |
![]() | |
enum | WidgetType { Default , ZoomMenu } |
enum | State { Active , Inactive } |
![]() | |
static int | rnd (int a) |
![]() | |
void | ClampToScreenEnsured (Component c, Vector2 anchoredPos) |
void | ClampToScreen (RectTransform rect, float margin=10f) |
![]() | |
bool | flip |
![]() | |
string | ID [get] |
Config | config [get] |
SkinRoot | skinRoot [get] |
bool | IsSealed [get] |
virtual bool | ShowStyleMenu [get] |
virtual bool | AlwaysTop [get] |
virtual bool | IsStaticPosition [get] |
virtual bool | AlwaysBottom [get] |
virtual Type | SetSiblingAfter [get] |
virtual bool | ShowInBuildMode [get] |
virtual bool | RightClickToClose [get] |
virtual bool | AllowRightClickToClose [get] |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static CoreDebug | debug [get] |
Definition at line 6 of file WidgetMouseover.cs.
|
inline |
Definition at line 114 of file WidgetMouseover.cs.
References cg, layout, and tween.
Referenced by AM_Adv.OnActivate(), and AM_ViewZone.OnActivate().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 22 of file WidgetMouseover.cs.
References Instance.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 132 of file WidgetMouseover.cs.
References Lang.Get(), and Show().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 139 of file WidgetMouseover.cs.
|
inline |
Definition at line 28 of file WidgetMouseover.cs.
References card, PointTarget.card, PointTarget.cards, Core.delta, Point.Equals(), Card.ExistsOnMap, Chara.GetHoverText(), Chara.GetHoverText2(), PointTarget.hasTargetChanged, IInspect.InspectName, ActionMode.IsAdv, Scene.mouseTarget, Chara.parasite, EMono.pc, Card.pos, PointTarget.pos, Chara.ride, roster, EMono.scene, Show(), PointTarget.target, and timer.
Referenced by PointTarget.CycleTarget(), and ActionMode.UpdateInput().
|
inline |
Definition at line 91 of file WidgetMouseover.cs.
Referenced by OnManagerActivate(), and Refresh().
CanvasGroup WidgetMouseover.cg |
Definition at line 16 of file WidgetMouseover.cs.
Referenced by Hide().
|
static |
Definition at line 8 of file WidgetMouseover.cs.
Referenced by PointTarget.CycleTarget(), AM_Adv.OnActivate(), AM_ViewZone.OnActivate(), OnActivate(), ButtonRoster.OnPointerEnter(), ButtonRoster.OnPointerExit(), and ActionMode.UpdateInput().
LayoutGroup WidgetMouseover.layout |
Definition at line 14 of file WidgetMouseover.cs.
Chara WidgetMouseover.roster |
Definition at line 10 of file WidgetMouseover.cs.
Referenced by Refresh().
UIText WidgetMouseover.textName |
Definition at line 12 of file WidgetMouseover.cs.
|
private |
Definition at line 20 of file WidgetMouseover.cs.
Referenced by Refresh().
Tween WidgetMouseover.tween |
Definition at line 18 of file WidgetMouseover.cs.