Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | Extra |
Public Attributes | |
Sprite[] | sprites |
Image | imagePic |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
Static Public Attributes | |
static WidgetSideScreen | Instance |
![]() | |
static Core | core |
Properties | |
override bool | AlwaysBottom [get] |
Extra | extra [get] |
Color | bgColor [get, set] |
![]() | |
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] |
Private Member Functions | |
void | OnEnable () |
void | OnDisable () |
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 |
Definition at line 4 of file WidgetSideScreen.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 43 of file WidgetSideScreen.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 48 of file WidgetSideScreen.cs.
References Instance, OnChangeResolution(), and Refresh().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 96 of file WidgetSideScreen.cs.
References WidgetSideScreen.Extra.alignUI, bgColor, EMono.core, extra, WidgetSideScreen.Extra.idImage, imagePic, Refresh(), WidgetSideScreen.Extra.reverse, SlideMiniGame(), sprites, and Core.uiScale.
Referenced by OnActivate(), and OnSetContextMenu().
|
inlineprivate |
Definition at line 158 of file WidgetSideScreen.cs.
References SlideMiniGame().
|
inlineprivate |
Definition at line 153 of file WidgetSideScreen.cs.
References Refresh().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 56 of file WidgetSideScreen.cs.
References UIContextMenu.AddButton(), UIContextMenu.AddChild(), UIContextMenu.AddSlider(), UIContextMenu.AddToggle(), WidgetSideScreen.Extra.alignUI, bgColor, Color, extra, WidgetSideScreen.Extra.idImage, OnChangeResolution(), WidgetSideScreen.Extra.reverse, Widget.SetBaseContextMenu(), EMono.ui, and WidgetSideScreen.Extra.width.
|
inline |
Definition at line 91 of file WidgetSideScreen.cs.
References extra, and WidgetSideScreen.Extra.width.
Referenced by OnActivate(), OnChangeResolution(), and OnEnable().
|
inline |
Definition at line 145 of file WidgetSideScreen.cs.
References EMono.core, LayerMiniGame.Instance, LayerMiniGame.mini, MiniGame.SlidePosition(), and Core.uiScale.
Referenced by OnChangeResolution(), and OnDisable().
Image WidgetSideScreen.imagePic |
Definition at line 25 of file WidgetSideScreen.cs.
Referenced by OnChangeResolution().
|
static |
Definition at line 21 of file WidgetSideScreen.cs.
Referenced by OnActivate(), LayerMiniGame.OnAfterInit(), LayerMiniGame.OnKill(), and UI.ToggleCanvas().
Sprite [] WidgetSideScreen.sprites |
Definition at line 23 of file WidgetSideScreen.cs.
Referenced by OnChangeResolution().
|
get |
Definition at line 27 of file WidgetSideScreen.cs.
|
getset |
Definition at line 31 of file WidgetSideScreen.cs.
Referenced by OnChangeResolution(), and OnSetContextMenu().
|
get |
Definition at line 29 of file WidgetSideScreen.cs.
Referenced by OnChangeResolution(), OnSetContextMenu(), and Refresh().