Elin Decompiled Documentation EA 23.102 Nightly
|
Public Attributes | |
LayoutGroup | layout |
UIText | textMain |
UIText | textPage |
UIImage | imageMain |
PopupManager.Item | current |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
Static Public Attributes | |
static WidgetPopup | Instance |
![]() | |
static Core | core |
Properties | |
PopupManager | PM [get] |
List< PopupManager.Item > | items [get] |
![]() | |
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] |
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 WidgetPopup.cs.
|
inline |
Definition at line 66 of file WidgetPopup.cs.
|
inline |
Definition at line 60 of file WidgetPopup.cs.
References Widget.Close(), and items.
|
inline |
Definition at line 50 of file WidgetPopup.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 22 of file WidgetPopup.cs.
References PopupManager.Add(), Instance, items, PM, and Show().
|
inline |
|
inline |
|
inline |
Definition at line 71 of file WidgetPopup.cs.
|
inline |
Definition at line 37 of file WidgetPopup.cs.
Referenced by Next(), OnActivate(), OnAddItem(), Prev(), and Show().
|
inline |
Definition at line 42 of file WidgetPopup.cs.
References current, item, items, layout, UIText.SetText(), and textMain.
PopupManager.Item WidgetPopup.current |
Definition at line 16 of file WidgetPopup.cs.
UIImage WidgetPopup.imageMain |
Definition at line 14 of file WidgetPopup.cs.
|
static |
Definition at line 6 of file WidgetPopup.cs.
Referenced by OnActivate().
LayoutGroup WidgetPopup.layout |
Definition at line 8 of file WidgetPopup.cs.
Referenced by Show().
UIText WidgetPopup.textMain |
Definition at line 10 of file WidgetPopup.cs.
Referenced by Show().
UIText WidgetPopup.textPage |
Definition at line 12 of file WidgetPopup.cs.
|
get |
Definition at line 20 of file WidgetPopup.cs.
Referenced by Discard(), Next(), OnActivate(), Prev(), and Show().
|
get |
Definition at line 18 of file WidgetPopup.cs.
Referenced by OnActivate().