|
Elin Decompiled Documentation EA 23.229 Stable 1st Anniversary Patch 2
|
Classes | |
| class | Extra |
Public Attributes | |
| int | id |
| float | hideTimer |
| InputField | input |
| Window | window |
| Image | bgInput |
| Text | textInput |
| UIButton | buttonClose |
| UIButton | buttonEdit |
| UIButton | buttonAutoHide |
| CanvasGroup | cgText |
| RectTransform | inputRect |
Public Attributes inherited from Widget | |
| Image | imageBG |
| SoundData | soundActivate |
| UIDragPanel | dragPanel |
| RectTransform | tipPivotLeft |
| RectTransform | tipPivotRight |
Static Public Attributes | |
| static WidgetMemo | Instance |
Static Public Attributes inherited from EMono | |
| static Core | core |
Properties | |
| Extra | extra [get] |
| override bool | AlwaysBottom [get] |
| override Type | SetSiblingAfter [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] |
Private Member Functions | |
| void | Update () |
Additional Inherited Members | |
Public Types inherited from Widget | |
| enum | WidgetType { Default , ZoomMenu } |
| enum | State { Active , Inactive } |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
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 WidgetMemo.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 43 of file WidgetMemo.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 48 of file WidgetMemo.cs.
References WidgetMemo.Extra.autoHide, buttonAutoHide, buttonEdit, extra, UIButton.icon, input, Instance, Player.memo, Player.memo2, EMono.player, and ToggleInput().
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Definition at line 86 of file WidgetMemo.cs.
References input.
Referenced by OnDeactivate(), and OnUpdateConfig().
|
inline |
Definition at line 98 of file WidgetMemo.cs.
References WidgetMemo.Extra.autoHide, buttonAutoHide, extra, hideTimer, and UIButton.icon.
|
inline |
Definition at line 69 of file WidgetMemo.cs.
References buttonClose, and input.
Referenced by OnActivate(), and Update().
|
inlineprivate |
Definition at line 107 of file WidgetMemo.cs.
References WidgetMemo.Extra.autoHide, bgInput, cgText, Core.delta, extra, hideTimer, input, inputRect, InputModuleEX.IsPointerChildOf(), InputModuleEX.IsPointerOver(), and ToggleInput().
| Image WidgetMemo.bgInput |
Definition at line 23 of file WidgetMemo.cs.
Referenced by Update().
| UIButton WidgetMemo.buttonAutoHide |
Definition at line 31 of file WidgetMemo.cs.
Referenced by OnActivate(), and ToggleAutoHide().
| UIButton WidgetMemo.buttonClose |
Definition at line 27 of file WidgetMemo.cs.
Referenced by ToggleInput().
| UIButton WidgetMemo.buttonEdit |
Definition at line 29 of file WidgetMemo.cs.
Referenced by OnActivate().
| CanvasGroup WidgetMemo.cgText |
Definition at line 33 of file WidgetMemo.cs.
Referenced by Update().
| float WidgetMemo.hideTimer |
Definition at line 17 of file WidgetMemo.cs.
Referenced by ToggleAutoHide(), and Update().
| int WidgetMemo.id |
Definition at line 14 of file WidgetMemo.cs.
| InputField WidgetMemo.input |
Definition at line 19 of file WidgetMemo.cs.
Referenced by OnActivate(), SaveText(), ToggleInput(), and Update().
| RectTransform WidgetMemo.inputRect |
Definition at line 35 of file WidgetMemo.cs.
Referenced by Update().
|
static |
Definition at line 12 of file WidgetMemo.cs.
Referenced by OnActivate().
| Text WidgetMemo.textInput |
Definition at line 25 of file WidgetMemo.cs.
| Window WidgetMemo.window |
Definition at line 21 of file WidgetMemo.cs.
|
get |
Definition at line 39 of file WidgetMemo.cs.
|
get |
Definition at line 37 of file WidgetMemo.cs.
Referenced by OnActivate(), ToggleAutoHide(), and Update().
|
get |
Definition at line 41 of file WidgetMemo.cs.