Elin Decompiled Documentation EA 23.102 Nightly
|
Public Types | |
enum | Mode { Stock , Mob , Exp } |
![]() | |
enum | WidgetType { Default , ZoomMenu } |
enum | State { Active , Inactive } |
Public Attributes | |
Mode | mode |
GameObject | goMob |
GameObject | goExp |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static Core | core |
![]() | |
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 3 of file WidgetSideMenu.cs.
enum WidgetSideMenu.Mode |
Enumerator | |
---|---|
Stock | |
Mob | |
Exp |
Definition at line 5 of file WidgetSideMenu.cs.
|
inline |
Definition at line 23 of file WidgetSideMenu.cs.
References ChangeMode().
Referenced by ChangeMode(), and OnActivate().
|
inline |
Definition at line 28 of file WidgetSideMenu.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 18 of file WidgetSideMenu.cs.
References ChangeMode().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 35 of file WidgetSideMenu.cs.
References UIContextMenu.AddChild(), UIContextMenu.AddSlider(), Widget.ApplySkin(), and Widget.SetBaseContextMenu().
GameObject WidgetSideMenu.goExp |
Definition at line 16 of file WidgetSideMenu.cs.
Referenced by ChangeMode().
GameObject WidgetSideMenu.goMob |
Definition at line 14 of file WidgetSideMenu.cs.
Referenced by ChangeMode().
Mode WidgetSideMenu.mode |
Definition at line 12 of file WidgetSideMenu.cs.
Referenced by ChangeMode().