Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | Append (string s, Color col) |
void | Append (Sprite s, bool fitLine=false) |
UIItem | Load (string id) |
void | Reset () |
Public Attributes | |
int | countElements |
Image | bg |
LayoutGroup | layout |
CanvasGroup | cg |
MsgBox | box |
UIText | txt |
int | repeat |
Static Public Attributes | |
static MsgBlock | lastBlock |
static string | lastText |
Private Member Functions | |
void | Awake () |
void | AddElement (Component c, bool autoNewLine=true) |
void | AddElement (Component c, MsgBlock block) |
Private Attributes | |
RectTransform | rect |
Definition at line 5 of file MsgBlock.cs.
|
inlineprivate |
Definition at line 70 of file MsgBlock.cs.
References AddElement(), box, MsgBox.CreateNewBlock(), MsgBox.currentBlock, MsgBox.maxWidth, and rect.
Referenced by AddElement(), Append(), and Load().
|
inlineprivate |
Definition at line 79 of file MsgBlock.cs.
References block, and countElements.
|
inline |
Definition at line 46 of file MsgBlock.cs.
References AddElement(), box, MsgBox.Prefabs.image, layout, MsgBox.prefabs, rect, and PoolManager.Spawn().
|
inline |
Definition at line 35 of file MsgBlock.cs.
References AddElement(), box, lastBlock, lastText, layout, MsgBox.prefabs, repeat, UIText.SetText(), PoolManager.Spawn(), MsgBox.Prefabs.text, and txt.
Referenced by MsgBox.Append().
|
inlineprivate |
|
inline |
Definition at line 63 of file MsgBlock.cs.
References AddElement().
Referenced by MsgBox.Load().
|
inline |
Definition at line 86 of file MsgBlock.cs.
References PoolManager.DespawnOrDestroy().
Referenced by MsgBox.CreateNewBlock().
Image MsgBlock.bg |
Definition at line 13 of file MsgBlock.cs.
Referenced by MsgBox.CreateNewBlock().
MsgBox MsgBlock.box |
Definition at line 22 of file MsgBlock.cs.
Referenced by MsgLine.AddElement(), AddElement(), and Append().
CanvasGroup MsgBlock.cg |
Definition at line 17 of file MsgBlock.cs.
Referenced by MsgBox.ToggleLog().
int MsgBlock.countElements |
Definition at line 11 of file MsgBlock.cs.
Referenced by AddElement(), and MsgBox.SetCurrentBlock().
|
static |
Definition at line 7 of file MsgBlock.cs.
Referenced by Append(), and WidgetMainText.Append().
|
static |
Definition at line 9 of file MsgBlock.cs.
Referenced by Append(), and WidgetMainText.Append().
LayoutGroup MsgBlock.layout |
Definition at line 15 of file MsgBlock.cs.
Referenced by Append().
|
private |
Definition at line 19 of file MsgBlock.cs.
Referenced by AddElement(), Append(), and Awake().
int MsgBlock.repeat |
Definition at line 28 of file MsgBlock.cs.
Referenced by Append(), and WidgetMainText.Append().
UIText MsgBlock.txt |
Definition at line 25 of file MsgBlock.cs.
Referenced by Append(), and WidgetMainText.Append().