|
Elin Modding Docs Doc
|
Classes | |
| class | Extra |
Public Member Functions | |
| override object | CreateExtra () |
| override void | _OnActivate () |
| override void | OnRefresh () |
| override void | OnSetContextMenu (UIContextMenu m) |
Public Member Functions inherited from BaseWidgetNotice | |
| override void | OnActivate () |
| void | _RefreshAll () |
| ItemNotice | Add (BaseNotification n, Transform parent=null) |
| void | Remove (BaseNotification n) |
| override void | OnFlip () |
| void | RefreshLayout () |
| override void | OnApplySkin () |
Public Member Functions inherited from Widget | |
| void | Test () |
| bool | IsInRightMode () |
| void | Activate () |
| 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 () |
| 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 () |
| void | InstantiateDeco (SkinDeco deco) |
| void | AddDeco (SkinDeco deco) |
| void | RemoveDeco (SkinDeco deco) |
| virtual bool | CanShowContextMenu () |
| void | ShowContextMenu () |
| void | SetBaseContextMenu (UIContextMenu m) |
| void | SetGridContextMenu (UIContextMenu m) |
| void | SoundActivate () |
Static Public Member Functions | |
| static void | RefreshAll () |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Public Attributes | |
| Transform | H1 |
| Transform | H2 |
| Transform | H3 |
| Transform | H4 |
| ItemNotice | itemBattle |
| ItemNotice | itemGuest |
| int | battles |
| int | guests |
Public Attributes inherited from BaseWidgetNotice | |
| Sprite[] | sprites |
| List< BaseNotification > | list = new List<BaseNotification>() |
| VerticalLayoutGroup | layout |
| VerticalLayoutGroup | layout2 |
| ItemNotice | mold |
Public Attributes inherited from Widget | |
| Image | imageBG |
| SoundData | soundActivate |
| UIDragPanel | dragPanel |
| RectTransform | tipPivotLeft |
| RectTransform | tipPivotRight |
Static Public Attributes | |
| static WidgetNotice | Instance |
Static Public Attributes inherited from EMono | |
| static Core | core |
Properties | |
| WidgetNotice.Extra | extra [get] |
Properties inherited from Widget | |
| string | ID [get] |
| Widget.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 WidgetNotice.cs.
|
virtual |
Reimplemented from BaseWidgetNotice.
Definition at line 34 of file WidgetNotice.cs.
|
virtual |
Reimplemented from Widget.
Definition at line 8 of file WidgetNotice.cs.
|
virtual |
Reimplemented from BaseWidgetNotice.
Definition at line 45 of file WidgetNotice.cs.
|
virtual |
Reimplemented from BaseWidgetNotice.
Definition at line 67 of file WidgetNotice.cs.
|
static |
Definition at line 24 of file WidgetNotice.cs.
| int WidgetNotice.battles |
Definition at line 101 of file WidgetNotice.cs.
| int WidgetNotice.guests |
Definition at line 105 of file WidgetNotice.cs.
| Transform WidgetNotice.H1 |
Definition at line 82 of file WidgetNotice.cs.
| Transform WidgetNotice.H2 |
Definition at line 85 of file WidgetNotice.cs.
| Transform WidgetNotice.H3 |
Definition at line 88 of file WidgetNotice.cs.
| Transform WidgetNotice.H4 |
Definition at line 91 of file WidgetNotice.cs.
|
static |
Definition at line 79 of file WidgetNotice.cs.
| ItemNotice WidgetNotice.itemBattle |
Definition at line 94 of file WidgetNotice.cs.
| ItemNotice WidgetNotice.itemGuest |
Definition at line 97 of file WidgetNotice.cs.
|
get |
Definition at line 15 of file WidgetNotice.cs.