|
Elin Decompiled Documentation EA 23.244 Nightly
|
Classes | |
| class | Extra |
Public Member Functions | |
| override object | CreateExtra () |
| override void | OnActivate () |
| void | _OnChangeMode () |
| override void | OnChangeResolution () |
| void | FixSize () |
| void | Build () |
| UIButton | AddButton (LayoutGroup _layout, string id, Action action, bool enableSubtext=false) |
| override void | OnSetContextMenu (UIContextMenu m) |
Public Member Functions inherited from Widget | |
| 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 | OnChangeMode () |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Public Attributes | |
| LayoutGroup | layout |
| LayoutGroup | layout2 |
| UIButton | mold |
| RawImage | imageGrid |
| int | maxWidth |
| int | marginLeft |
| int | marginRight |
| UIButton | buttonHome |
| UIButton | buttonBuild |
| UIButton | buttonPeople |
| UIButton | buttonGlobalMap |
Public Attributes inherited from Widget | |
| Image | imageBG |
| SoundData | soundActivate |
| UIDragPanel | dragPanel |
| RectTransform | tipPivotLeft |
| RectTransform | tipPivotRight |
Static Public Attributes | |
| static WidgetMenuPanel | Instance |
Static Public Attributes inherited from EMono | |
| static Core | core |
Properties | |
| Extra | extra [get] |
| bool | allMenu [get] |
Properties inherited from Widget | |
| 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] |
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 } |
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 |
Definition at line 5 of file WidgetMenuPanel.cs.
|
inline |
Definition at line 63 of file WidgetMenuPanel.cs.
References EMono._zone, buttonBuild, Zone.CanEnterBuildModeAnywhere, Chara.faction, Instance, and EMono.pc.
Referenced by Build(), and OnChangeMode().
|
inline |
Definition at line 105 of file WidgetMenuPanel.cs.
References SpriteSheet.Get(), UIText.lang, mold, UIButton.subText, and Util.
Referenced by Build().
|
inline |
Definition at line 82 of file WidgetMenuPanel.cs.
References _OnChangeMode(), AddButton(), buttonBuild, layout, layout2, and EMono.ui.
Referenced by OnActivate().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 43 of file WidgetMenuPanel.cs.
|
inline |
Definition at line 78 of file WidgetMenuPanel.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 48 of file WidgetMenuPanel.cs.
|
inlinestatic |
Definition at line 55 of file WidgetMenuPanel.cs.
References _OnChangeMode(), and Instance.
Referenced by Scene.Init(), TraitDeed.OnRead(), and CoreDebug.UpdateInput().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 73 of file WidgetMenuPanel.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 121 of file WidgetMenuPanel.cs.
References UIContextMenu.AddChild(), UIContextMenu.AddSlider(), Widget.ApplySkin(), Widget.SetBaseContextMenu(), and Widget.SetGridContextMenu().
| UIButton WidgetMenuPanel.buttonBuild |
Definition at line 31 of file WidgetMenuPanel.cs.
Referenced by _OnChangeMode(), and Build().
| UIButton WidgetMenuPanel.buttonGlobalMap |
Definition at line 37 of file WidgetMenuPanel.cs.
| UIButton WidgetMenuPanel.buttonHome |
Definition at line 28 of file WidgetMenuPanel.cs.
| UIButton WidgetMenuPanel.buttonPeople |
Definition at line 34 of file WidgetMenuPanel.cs.
| RawImage WidgetMenuPanel.imageGrid |
Definition at line 19 of file WidgetMenuPanel.cs.
|
static |
Definition at line 11 of file WidgetMenuPanel.cs.
Referenced by _OnChangeMode(), OnActivate(), OnChangeMode(), and LayerHome.RefreshFeat().
| LayoutGroup WidgetMenuPanel.layout |
Definition at line 13 of file WidgetMenuPanel.cs.
Referenced by Build().
| LayoutGroup WidgetMenuPanel.layout2 |
Definition at line 15 of file WidgetMenuPanel.cs.
Referenced by Build().
| int WidgetMenuPanel.marginLeft |
Definition at line 23 of file WidgetMenuPanel.cs.
| int WidgetMenuPanel.marginRight |
Definition at line 25 of file WidgetMenuPanel.cs.
| int WidgetMenuPanel.maxWidth |
Definition at line 21 of file WidgetMenuPanel.cs.
| UIButton WidgetMenuPanel.mold |
Definition at line 17 of file WidgetMenuPanel.cs.
Referenced by AddButton().
|
getprivate |
Definition at line 41 of file WidgetMenuPanel.cs.
|
get |
Definition at line 39 of file WidgetMenuPanel.cs.