Elin Decompiled Documentation EA 23.102 Nightly
|
Public Attributes | |
RawImage | image |
UIText | text |
int | intervalSay |
string[] | linesDefault |
string[] | linesSiege |
string[] | linesShutup |
Vector2 | textPos |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
Properties | |
override bool | ShowStyleMenu [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 () |
Private Attributes | |
int | nextSay = 2 |
bool | first = true |
bool | isSiege |
bool | isShut |
Additional Inherited Members | |
![]() | |
enum | WidgetType { Default , ZoomMenu } |
enum | State { Active , Inactive } |
![]() | |
static int | rnd (int a) |
![]() | |
static Core | core |
![]() | |
void | ClampToScreenEnsured (Component c, Vector2 anchoredPos) |
void | ClampToScreen (RectTransform rect, float margin=10f) |
![]() | |
bool | flip |
Definition at line 5 of file WidgetMascot.cs.
|
inline |
Definition at line 69 of file WidgetMascot.cs.
References EMono._zone, Zone.events, first, isShut, isSiege, linesDefault, linesSiege, nextSay, EMono.rnd(), and Say().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 31 of file WidgetMascot.cs.
References CorePath.coreWidget, linesDefault, linesShutup, linesSiege, and Say().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 96 of file WidgetMascot.cs.
References Widget.flip.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 126 of file WidgetMascot.cs.
References UIContextMenu.AddToggle(), isShut, linesShutup, Say(), and Widget.SetBaseContextMenu().
|
inline |
Definition at line 106 of file WidgetMascot.cs.
References Widget.ClampToScreenEnsured(), intervalSay, isSiege, nextSay, EMono.rnd(), text, and textPos.
|
inline |
Definition at line 101 of file WidgetMascot.cs.
References Say().
Referenced by _Update(), OnActivate(), OnSetContextMenu(), and Say().
|
inlineprivate |
Definition at line 58 of file WidgetMascot.cs.
References Widget.ClampToScreen(), InputModuleEX.IsPointerOver(), isShut, Widget.OnChangePosition(), and EMono.rnd().
|
private |
Definition at line 23 of file WidgetMascot.cs.
Referenced by _Update().
RawImage WidgetMascot.image |
Definition at line 7 of file WidgetMascot.cs.
int WidgetMascot.intervalSay |
Definition at line 11 of file WidgetMascot.cs.
Referenced by Say().
|
private |
Definition at line 27 of file WidgetMascot.cs.
Referenced by _Update(), OnSetContextMenu(), and Update().
|
private |
Definition at line 25 of file WidgetMascot.cs.
string [] WidgetMascot.linesDefault |
Definition at line 13 of file WidgetMascot.cs.
Referenced by _Update(), and OnActivate().
string [] WidgetMascot.linesShutup |
Definition at line 17 of file WidgetMascot.cs.
Referenced by OnActivate(), and OnSetContextMenu().
string [] WidgetMascot.linesSiege |
Definition at line 15 of file WidgetMascot.cs.
Referenced by _Update(), and OnActivate().
|
private |
Definition at line 21 of file WidgetMascot.cs.
UIText WidgetMascot.text |
Definition at line 9 of file WidgetMascot.cs.
Referenced by Say().
Vector2 WidgetMascot.textPos |
Definition at line 19 of file WidgetMascot.cs.
Referenced by Say().
|
get |
Definition at line 29 of file WidgetMascot.cs.