Elin Decompiled Documentation EA 23.102 Nightly
|
Public Types | |
enum | ReportType { Default , Warning , Critical , Good , Great , Trial } |
Public Member Functions | |
FontColor | GetFontColor () |
Public Attributes | |
ReportType | type |
string | text |
Action | onClick |
Action< UITooltip > | onShowTooltip |
Definition at line 8 of file UIHomeInfo.cs.
|
inline |
Definition at line 28 of file UIHomeInfo.cs.
References UIHomeInfo.ReportData.type.
Referenced by UIHomeInfo.RefreshReport().
Action UIHomeInfo.ReportData.onClick |
Definition at line 24 of file UIHomeInfo.cs.
Referenced by UIHomeInfo.RefreshReport().
Action<UITooltip> UIHomeInfo.ReportData.onShowTooltip |
Definition at line 26 of file UIHomeInfo.cs.
Referenced by UIHomeInfo.RefreshReport().
string UIHomeInfo.ReportData.text |
Definition at line 22 of file UIHomeInfo.cs.
Referenced by UIHomeInfo.RefreshReport().
ReportType UIHomeInfo.ReportData.type |
Definition at line 20 of file UIHomeInfo.cs.
Referenced by UIHomeInfo.ReportData.GetFontColor(), and UIHomeInfo.RefreshReport().