Elin Decompiled Documentation EA 23.102 Nightly
|
Public Attributes | |
int | id |
InputField | input |
Window | window |
Image | bgInput |
Text | textInput |
UIButton | buttonClose |
UIButton | buttonEdit |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
Static Public Attributes | |
static WidgetMemo | Instance |
![]() | |
static Core | core |
Properties | |
override bool | AlwaysBottom [get] |
override Type | SetSiblingAfter [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 Member Functions | |
void | Update () |
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 WidgetMemo.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 26 of file WidgetMemo.cs.
References buttonEdit, input, Instance, Player.memo, Player.memo2, EMono.player, and ToggleInput().
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Definition at line 58 of file WidgetMemo.cs.
References input.
Referenced by OnDeactivate(), and OnUpdateConfig().
|
inline |
Definition at line 41 of file WidgetMemo.cs.
References buttonClose, and input.
Referenced by OnActivate(), and Update().
|
inlineprivate |
Definition at line 70 of file WidgetMemo.cs.
References bgInput, input, InputModuleEX.IsPointerChildOf(), and ToggleInput().
Image WidgetMemo.bgInput |
Definition at line 14 of file WidgetMemo.cs.
Referenced by Update().
UIButton WidgetMemo.buttonClose |
Definition at line 18 of file WidgetMemo.cs.
Referenced by ToggleInput().
UIButton WidgetMemo.buttonEdit |
Definition at line 20 of file WidgetMemo.cs.
Referenced by OnActivate().
int WidgetMemo.id |
Definition at line 8 of file WidgetMemo.cs.
InputField WidgetMemo.input |
Definition at line 10 of file WidgetMemo.cs.
Referenced by OnActivate(), SaveText(), ToggleInput(), and Update().
|
static |
Definition at line 6 of file WidgetMemo.cs.
Referenced by OnActivate().
Text WidgetMemo.textInput |
Definition at line 16 of file WidgetMemo.cs.
Window WidgetMemo.window |
Definition at line 12 of file WidgetMemo.cs.
|
get |
Definition at line 22 of file WidgetMemo.cs.
|
get |
Definition at line 24 of file WidgetMemo.cs.