Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | Extra |
Public Member Functions | |
override object | CreateExtra () |
override void | OnActivate () |
override void | OnDeactivate () |
void | OnUpdateInput () |
void | _Show () |
void | SwitchPage (int _index) |
void | Refresh () |
void | AddLog (string text, Color c=default(Color)) |
void | AddButton (string id="test", Action action=null) |
override void | OnSetContextMenu (UIContextMenu m) |
![]() | |
void | Test () |
bool | IsInRightMode () |
void | Activate () |
void | RefreshOrder () |
virtual void | OnActivate () |
virtual object | CreateExtra () |
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 () |
void | OnChangeResolution () |
SkinSet | GetSkin () |
SkinConfig | GetSkinConfig () |
Static Public Member Functions | |
static void | OnClickPoint () |
static void | Show () |
static void | Hide () |
![]() | |
static int | rnd (int a) |
Public Attributes | |
LayoutGroup | layoutButton |
LayoutGroup | layoutLog |
UIText | textTitle |
Image | iconCard |
Image | iconArea |
int | maxLog |
int | index |
Vector3 | posFix |
List< object > | list |
Sprite | spriteArea |
bool | selected |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
Static Public Attributes | |
static WidgetInspector | Instance |
static object | target |
![]() | |
static Core | core |
Properties | |
static PointTarget | mouseTarget [get] |
Extra | extra [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] |
Private Attributes | |
List< UIText > | texts = new List<UIText>() |
UIButton | moldButton |
UIText | moldText |
Additional Inherited Members | |
![]() | |
enum | WidgetType { Default , ZoomMenu } |
enum | State { Active , Inactive } |
![]() | |
void | ClampToScreenEnsured (Component c, Vector2 anchoredPos) |
void | ClampToScreen (RectTransform rect, float margin=10f) |
![]() | |
bool | flip |
Definition at line 7 of file WidgetInspector.cs.
|
inline |
Definition at line 100 of file WidgetInspector.cs.
References Widget.ClampToScreen(), extra, WidgetInspector.Extra.moveToMouse, posFix, EMono.Sound, and SwitchPage().
Referenced by OnUpdateInput().
|
inline |
Definition at line 176 of file WidgetInspector.cs.
References SpriteSheet.Get(), UIButton.icon, layoutButton, UIButton.mainText, moldButton, UIText.SetText(), and Util.
Referenced by SwitchPage().
Definition at line 164 of file WidgetInspector.cs.
References layoutLog, maxLog, moldText, UIText.SetText(), texts, and Util.
Referenced by SwitchPage().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 51 of file WidgetInspector.cs.
|
inlinestatic |
Definition at line 64 of file WidgetInspector.cs.
References Widget.Close(), and Instance.
Referenced by AM_Sim._OnUpdateInput().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 72 of file WidgetInspector.cs.
References Instance, layoutButton, layoutLog, moldButton, and moldText.
|
inlinestatic |
Definition at line 56 of file WidgetInspector.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 79 of file WidgetInspector.cs.
References target.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 190 of file WidgetInspector.cs.
References UIContextMenu.AddChild(), UIContextMenu.AddSlider(), UIContextMenu.AddToggle(), Widget.ApplySkin(), extra, WidgetInspector.Extra.moveToMouse, and Widget.SetBaseContextMenu().
|
inline |
Definition at line 84 of file WidgetInspector.cs.
References _Show(), PointTarget.hasValidTarget, mouseTarget, selected, and target.
|
inline |
|
inlinestatic |
Definition at line 60 of file WidgetInspector.cs.
|
inline |
Definition at line 112 of file WidgetInspector.cs.
References AddButton(), AddLog(), iconArea, iconCard, index, Chara.IsHomeMember(), layoutButton, layoutLog, list, Card.Name, Refresh(), Card.SetImage(), UIText.SetText(), target, texts, textTitle, and EMono.ui.
Referenced by _Show().
Image WidgetInspector.iconArea |
Definition at line 27 of file WidgetInspector.cs.
Referenced by SwitchPage().
Image WidgetInspector.iconCard |
Definition at line 25 of file WidgetInspector.cs.
Referenced by SwitchPage().
int WidgetInspector.index |
Definition at line 31 of file WidgetInspector.cs.
Referenced by SwitchPage().
|
static |
Definition at line 15 of file WidgetInspector.cs.
Referenced by Hide(), and OnActivate().
LayoutGroup WidgetInspector.layoutButton |
Definition at line 19 of file WidgetInspector.cs.
Referenced by AddButton(), OnActivate(), and SwitchPage().
LayoutGroup WidgetInspector.layoutLog |
Definition at line 21 of file WidgetInspector.cs.
Referenced by AddLog(), OnActivate(), and SwitchPage().
List<object> WidgetInspector.list |
Definition at line 35 of file WidgetInspector.cs.
Referenced by SwitchPage().
int WidgetInspector.maxLog |
Definition at line 29 of file WidgetInspector.cs.
Referenced by AddLog().
|
private |
Definition at line 43 of file WidgetInspector.cs.
Referenced by AddButton(), and OnActivate().
|
private |
Definition at line 45 of file WidgetInspector.cs.
Referenced by AddLog(), and OnActivate().
Vector3 WidgetInspector.posFix |
Definition at line 33 of file WidgetInspector.cs.
Referenced by _Show().
bool WidgetInspector.selected |
Definition at line 39 of file WidgetInspector.cs.
Referenced by OnUpdateInput().
Sprite WidgetInspector.spriteArea |
Definition at line 37 of file WidgetInspector.cs.
|
static |
Definition at line 17 of file WidgetInspector.cs.
Referenced by OnDeactivate(), OnUpdateInput(), Refresh(), and SwitchPage().
Definition at line 41 of file WidgetInspector.cs.
Referenced by AddLog(), and SwitchPage().
UIText WidgetInspector.textTitle |
Definition at line 23 of file WidgetInspector.cs.
Referenced by SwitchPage().
|
get |
Definition at line 49 of file WidgetInspector.cs.
Referenced by _Show(), and OnSetContextMenu().
|
staticgetprivate |
Definition at line 47 of file WidgetInspector.cs.
Referenced by OnUpdateInput().