Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | Prefabs |
Public Member Functions | |
void | Init () |
void | Append (string s, Color col) |
void | Append (Sprite s, bool fitLine=false) |
UIItem | Load (string id) |
void | CreateNewBlock () |
void | MarkNewBlock () |
void | RefreshAlpha () |
void | SetBG (SpriteAsset s, Color c) |
void | Clear () |
void | AddLog () |
void | ToggleLog () |
void | ToggleLog (bool show) |
Public Attributes | |
VerticalLayoutGroup | layout |
VerticalLayoutGroup | layoutLog |
GameObject | goLog |
GameObject | goBox |
Prefabs | prefabs |
Image | imageBg |
UIDragPanel | dragPanel |
int | maxBlock |
int | maxLog |
bool | reverseOrder |
bool | multiLine |
bool | fadeLines |
bool | newblock |
bool | isShowingLog |
MsgBlock | currentBlock |
List< MsgBlock > | blocks = new List<MsgBlock>() |
List< MsgBlock > | logs = new List<MsgBlock>() |
Properties | |
float | maxWidth [get] |
Private Member Functions | |
void | SetCurrentBlock () |
Private Attributes | |
SpriteAsset | bg |
Color | bgColor |
|
inline |
Definition at line 192 of file MsgBox.cs.
References blocks, PoolManager.Despawn(), isShowingLog, layoutLog, logs, and maxLog.
Referenced by CreateNewBlock().
|
inline |
Definition at line 80 of file MsgBox.cs.
References MsgBlock.Append(), currentBlock, and SetCurrentBlock().
|
inline |
Definition at line 74 of file MsgBox.cs.
References MsgBlock.Append(), currentBlock, and SetCurrentBlock().
Referenced by WidgetMainText.Append().
|
inline |
Definition at line 176 of file MsgBox.cs.
References block, blocks, currentBlock, PoolManager.Despawn(), logs, and newblock.
|
inline |
Definition at line 92 of file MsgBox.cs.
References AddLog(), MsgBlock.bg, bg, bgColor, MsgBox.Prefabs.block, blocks, currentBlock, isShowingLog, layout, layoutLog, maxBlock, newblock, prefabs, RefreshAlpha(), MsgBlock.Reset(), reverseOrder, SpriteAsset.size, PoolManager.Spawn(), and SpriteAsset.sprite.
Referenced by MsgBlock.AddElement(), and SetCurrentBlock().
|
inline |
Definition at line 68 of file MsgBox.cs.
References goLog, and isShowingLog.
Referenced by WidgetMainText.OnActivate().
|
inline |
Definition at line 86 of file MsgBox.cs.
References currentBlock, MsgBlock.Load(), and SetCurrentBlock().
Referenced by WidgetMainText.Append().
|
inline |
Definition at line 138 of file MsgBox.cs.
References newblock.
Referenced by WidgetMainText.NewLine().
|
inline |
Definition at line 143 of file MsgBox.cs.
References blocks, and fadeLines.
Referenced by CreateNewBlock(), WidgetMainText.OnSetContextMenu(), and ToggleLog().
|
inline |
Definition at line 164 of file MsgBox.cs.
References bg, bgColor, blocks, item, logs, SpriteAsset.size, and SpriteAsset.sprite.
Referenced by WidgetMainText.RefreshBG().
|
inlineprivate |
Definition at line 130 of file MsgBox.cs.
References MsgBlock.countElements, CreateNewBlock(), currentBlock, and newblock.
|
inline |
Definition at line 209 of file MsgBox.cs.
References isShowingLog, and ToggleLog().
Referenced by WidgetMainText._ToggleLog(), and ToggleLog().
|
inline |
Definition at line 214 of file MsgBox.cs.
References block, blocks, MsgBlock.cg, goBox, goLog, isShowingLog, layout, layoutLog, and RefreshAlpha().
|
private |
Definition at line 47 of file MsgBox.cs.
Referenced by CreateNewBlock(), and SetBG().
|
private |
Definition at line 49 of file MsgBox.cs.
Referenced by CreateNewBlock(), and SetBG().
Definition at line 61 of file MsgBox.cs.
Referenced by AddLog(), Clear(), CreateNewBlock(), RefreshAlpha(), SetBG(), and ToggleLog().
MsgBlock MsgBox.currentBlock |
Definition at line 58 of file MsgBox.cs.
Referenced by MsgBlock.AddElement(), Append(), Clear(), CreateNewBlock(), Load(), and SetCurrentBlock().
UIDragPanel MsgBox.dragPanel |
Definition at line 35 of file MsgBox.cs.
Referenced by WidgetMainText.OnActivate().
bool MsgBox.fadeLines |
Definition at line 45 of file MsgBox.cs.
Referenced by RefreshAlpha().
GameObject MsgBox.goBox |
Definition at line 29 of file MsgBox.cs.
Referenced by ToggleLog().
GameObject MsgBox.goLog |
Definition at line 27 of file MsgBox.cs.
Referenced by Init(), and ToggleLog().
Image MsgBox.imageBg |
Definition at line 33 of file MsgBox.cs.
Referenced by WidgetMainText.OnActivate().
bool MsgBox.isShowingLog |
Definition at line 55 of file MsgBox.cs.
Referenced by WidgetMainText._Refresh(), WidgetMainText._ToggleLog(), AddLog(), CreateNewBlock(), WidgetMainText.HideLog(), Init(), Scene.OnUpdate(), WidgetManager.Reset(), and ToggleLog().
VerticalLayoutGroup MsgBox.layout |
Definition at line 23 of file MsgBox.cs.
Referenced by CreateNewBlock(), and ToggleLog().
VerticalLayoutGroup MsgBox.layoutLog |
Definition at line 25 of file MsgBox.cs.
Referenced by AddLog(), CreateNewBlock(), and ToggleLog().
int MsgBox.maxBlock |
Definition at line 37 of file MsgBox.cs.
Referenced by CreateNewBlock(), and WidgetMainText.OnSetContextMenu().
bool MsgBox.newblock |
Definition at line 52 of file MsgBox.cs.
Referenced by Clear(), CreateNewBlock(), MarkNewBlock(), and SetCurrentBlock().
Prefabs MsgBox.prefabs |
Definition at line 31 of file MsgBox.cs.
Referenced by MsgBlock.Append(), and CreateNewBlock().
bool MsgBox.reverseOrder |
Definition at line 41 of file MsgBox.cs.
Referenced by CreateNewBlock().
|
get |
Definition at line 66 of file MsgBox.cs.
Referenced by MsgLine.AddElement(), and MsgBlock.AddElement().