Elin Modding Docs Doc
Loading...
Searching...
No Matches
WidgetExpHome Class Reference
Inheritance diagram for WidgetExpHome:
Widget EMono

Classes

class  Extra
 

Public Member Functions

override object CreateExtra ()
 
override void OnActivate ()
 
void Build ()
 
void OnClick ()
 
void Refresh ()
 
- Public Member Functions inherited from Widget
void Test ()
 
bool IsInRightMode ()
 
void Activate ()
 
void Deactivate ()
 
virtual void OnDeactivate ()
 
void Close ()
 
void Reactivate ()
 
virtual void OnManagerActivate ()
 
virtual void OnManagerDeactivate ()
 
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

GameObject goLv
 
UIText textLv
 
UIItem itemExp
 
UIItem itemKnowledge
 
UIItem itemInfluence
 
- Public Attributes inherited from Widget
Image imageBG
 
SoundData soundActivate
 
UIDragPanel dragPanel
 
RectTransform tipPivotLeft
 
RectTransform tipPivotRight
 

Properties

WidgetExpHome.Extra extra [get]
 
- Properties inherited from Widget
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]
 
- Properties inherited from EMono
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]
 

Additional Inherited Members

- Public Types inherited from Widget
enum  WidgetType { Default , ZoomMenu }
 
enum  State { Active , Inactive }
 
- Static Public Member Functions inherited from EMono
static int rnd (int a)
 
- Static Public Attributes inherited from EMono
static Core core
 
- Protected Member Functions inherited from Widget
void ClampToScreenEnsured (Component c, Vector2 anchoredPos)
 
void ClampToScreen (RectTransform rect, float margin=10f)
 
- Protected Attributes inherited from Widget
bool flip
 

Detailed Description

Definition at line 5 of file WidgetExpHome.cs.

Member Function Documentation

◆ Build()

void WidgetExpHome.Build ( )

Definition at line 31 of file WidgetExpHome.cs.

◆ CreateExtra()

override object WidgetExpHome.CreateExtra ( )
virtual

Reimplemented from Widget.

Definition at line 8 of file WidgetExpHome.cs.

◆ OnActivate()

override void WidgetExpHome.OnActivate ( )
virtual

Reimplemented from Widget.

Definition at line 24 of file WidgetExpHome.cs.

◆ OnClick()

void WidgetExpHome.OnClick ( )

Definition at line 38 of file WidgetExpHome.cs.

◆ Refresh()

void WidgetExpHome.Refresh ( )

Definition at line 54 of file WidgetExpHome.cs.

Member Data Documentation

◆ goLv

GameObject WidgetExpHome.goLv

Definition at line 63 of file WidgetExpHome.cs.

◆ itemExp

UIItem WidgetExpHome.itemExp

Definition at line 69 of file WidgetExpHome.cs.

◆ itemInfluence

UIItem WidgetExpHome.itemInfluence

Definition at line 75 of file WidgetExpHome.cs.

◆ itemKnowledge

UIItem WidgetExpHome.itemKnowledge

Definition at line 72 of file WidgetExpHome.cs.

◆ textLv

UIText WidgetExpHome.textLv

Definition at line 66 of file WidgetExpHome.cs.

Property Documentation

◆ extra

WidgetExpHome.Extra WidgetExpHome.extra
get

Definition at line 15 of file WidgetExpHome.cs.


The documentation for this class was generated from the following file: