Elin Modding Docs Doc
|
Public Member Functions | |
override void | OnActivate () |
void | Refresh () |
void | Show (string s) |
void | Hide (bool immediate=false) |
override void | OnManagerActivate () |
override void | OnManagerDeactivate () |
![]() | |
void | Test () |
bool | IsInRightMode () |
void | Activate () |
virtual object | CreateExtra () |
void | Deactivate () |
virtual void | OnDeactivate () |
void | Close () |
void | Reactivate () |
void | SetAnchor (RectPosition p) |
void | SetPivot (RectPosition p) |
virtual void | OnChangePivot () |
void | UpdateConfig () |
virtual void | OnUpdateConfig () |
void | ClampToScreen () |
virtual void | OnChangeResolution () |
void | OnChangePosition () |
virtual void | OnChangeActionMode () |
virtual void | OnFlip () |
bool | IsAlignTop () |
Layer | AddLayer (Layer l, Transform trans) |
void | RefreshTipPivotPosition () |
SkinSet | GetSkin () |
SkinConfig | GetSkinConfig () |
void | SetSkin (int id, int v=0) |
void | TestSkin () |
virtual void | ApplySkin () |
virtual void | OnApplySkin () |
void | InstantiateDeco (SkinDeco deco) |
void | AddDeco (SkinDeco deco) |
void | RemoveDeco (SkinDeco deco) |
virtual bool | CanShowContextMenu () |
void | ShowContextMenu () |
void | SetBaseContextMenu (UIContextMenu m) |
virtual void | OnSetContextMenu (UIContextMenu m) |
void | SetGridContextMenu (UIContextMenu m) |
void | SoundActivate () |
Public Attributes | |
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 |
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] |
Widget.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 9 of file WidgetMouseover.cs.
void WidgetMouseover.Hide | ( | bool | immediate = false | ) |
Definition at line 113 of file WidgetMouseover.cs.
|
virtual |
Reimplemented from Widget.
Definition at line 12 of file WidgetMouseover.cs.
|
virtual |
Reimplemented from Widget.
Definition at line 132 of file WidgetMouseover.cs.
|
virtual |
Reimplemented from Widget.
Definition at line 140 of file WidgetMouseover.cs.
void WidgetMouseover.Refresh | ( | ) |
Definition at line 19 of file WidgetMouseover.cs.
void WidgetMouseover.Show | ( | string | s | ) |
Definition at line 75 of file WidgetMouseover.cs.
CanvasGroup WidgetMouseover.cg |
Definition at line 156 of file WidgetMouseover.cs.
|
static |
Definition at line 147 of file WidgetMouseover.cs.
LayoutGroup WidgetMouseover.layout |
Definition at line 153 of file WidgetMouseover.cs.
UIText WidgetMouseover.textName |
Definition at line 150 of file WidgetMouseover.cs.
Tween WidgetMouseover.tween |
Definition at line 159 of file WidgetMouseover.cs.