Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | SetChara (Chara c) |
RenderRow | GetRenderRow () |
void | OnRefreshPref () |
void | Clear () |
UIButton | AddSubButton (Sprite sprite, Action action, string lang=null, Action< UITooltip > onTooltip=null) |
void | SetMainText (string lang, Sprite sprite=null, bool disableMask=true) |
UIButton | SetSubText (string lang, int x, FontColor c=FontColor.Default, TextAnchor align=TextAnchor.MiddleLeft) |
UIButton | SetSubText2 (string lang, FontColor c=FontColor.Default, TextAnchor align=TextAnchor.MiddleRight) |
T | AddPrefab< T > (string id) |
void | SetSound (SoundData data=null) |
void | DisableIcon () |
void | DisableMask () |
void | Build () |
![]() | |
void | SetTopic (string lang1, string lang2) |
void | SetWidth (int w) |
void | Hyphenate () |
RenderRow | GetRenderRow () |
void | OnRefreshPref () |
Public Attributes | |
LayoutGroup | layout |
int | paddingSubText = 50 |
Card | card |
![]() | |
UIText | text1 |
UIText | text2 |
UIText | text3 |
UIText | text4 |
Image | image1 |
Image | image2 |
UIButton | button1 |
UIButton | button2 |
UIButton | button3 |
UIItem | item |
Toggle | toggle |
UIDropdown | dd |
object | refObj |
Private Attributes | |
int | count |
Static Private Attributes | |
const int | IconSize = 40 |
const int | IconPadding = 10 |
const int | ButtonPaddingWhenIcon = 3 |
Definition at line 5 of file ItemGeneral.cs.
|
inline |
T | : | Component |
Definition at line 137 of file ItemGeneral.cs.
References Util.
|
inline |
Definition at line 76 of file ItemGeneral.cs.
References UIItem.button1, count, and Util.
Referenced by TraitMoongateEx._OnUse(), LayerEditPlaylist.ListBGM.List(), BaseListPeople.OnInstantiate(), ListPeopleCallReserve.OnInstantiate(), ListPeopleBed.OnInstantiate(), LayerHome.RefreshAreas(), UIHomeInfo.RefreshReport(), and LayerHome.RefreshSpots().
|
inline |
Definition at line 161 of file ItemGeneral.cs.
References UIItem.button1, and count.
Referenced by AM_Adv._OnUpdateInput(), TraitCrafter.Craft(), BaseListPeople.List(), LayerEditPlaylist.ListBGM.List(), LayerHome.RefreshAreas(), LayerFactions.RefreshFactions(), ContentFaction.RefreshFactions(), LayerMapList.RefreshList(), UIHomeInfo.RefreshReport(), LayerHome.RefreshSpots(), ContentFaction.RefreshZones(), LayerFactions.RefreshZones(), and LayerLocation.RefreshZones().
|
inline |
Definition at line 60 of file ItemGeneral.cs.
References UIItem.button1, and count.
|
inline |
Definition at line 147 of file ItemGeneral.cs.
References UIItem.button1, UIButton.icon, and UIButton.keyText.
Referenced by SetMainText().
|
inline |
Definition at line 156 of file ItemGeneral.cs.
Referenced by SetMainText().
|
inline |
Implements IPrefImage.
Definition at line 47 of file ItemGeneral.cs.
References card, and Card.sourceRenderCard.
|
inline |
Implements IPrefImage.
Definition at line 52 of file ItemGeneral.cs.
References card, Card.Chara, Card.isChara, and SetChara().
|
inline |
Definition at line 21 of file ItemGeneral.cs.
References EClass._zone, EClass.Branch, UIItem.button1, card, Chara.currentZone, Card.hp, UIButton.icon, Chara.isDead, Chara.IsPCParty, UIButton.mainText, Chara.MaxHP, Card.Name, Card.SetImage(), UIText.SetText(), Card.uid, and FactionBranch.uidMaid.
Referenced by BaseListPeople.List(), and OnRefreshPref().
|
inline |
Definition at line 101 of file ItemGeneral.cs.
References UIItem.button1, DisableIcon(), DisableMask(), UIButton.icon, UIButton.mainText, and UIText.SetText().
Referenced by LayerEditPlaylist.ListBGM.List(), LayerHome.RefreshAreas(), LayerFactions.RefreshFactions(), ContentFaction.RefreshFactions(), LayerMapList.RefreshList(), UIHomeInfo.RefreshReport(), LayerHome.RefreshSpots(), ContentFaction.RefreshZones(), LayerFactions.RefreshZones(), and LayerLocation.RefreshZones().
|
inline |
Definition at line 142 of file ItemGeneral.cs.
Referenced by ContentKeyItem.OnSwitchContent(), ContentQuest.OnSwitchContent(), LayerFactions.RefreshFactions(), ContentFaction.RefreshFactions(), ContentFaction.RefreshZones(), LayerFactions.RefreshZones(), and LayerLocation.RefreshZones().
|
inline |
Definition at line 119 of file ItemGeneral.cs.
References UIItem.button1, paddingSubText, UIText.SetText(), and UIButton.subText.
Referenced by AM_Adv._OnUpdateInput(), TraitCrafter.Craft(), ListPeopleCallReserve.OnInstantiate(), ListPeopleEmbark.OnInstantiate(), ContentKeyItem.OnSwitchContent(), ContentQuest.OnSwitchContent(), LayerFactions.RefreshFactions(), ContentFaction.RefreshFactions(), BaseListPeople.SetSubText(), and ListPeopleExpedition.SetSubText().
|
inline |
Definition at line 129 of file ItemGeneral.cs.
References UIItem.button1, UIText.SetText(), and UIButton.subText2.
Referenced by ListPeopleSelect.OnInstantiate().
|
staticprivate |
Definition at line 11 of file ItemGeneral.cs.
Card ItemGeneral.card |
Definition at line 17 of file ItemGeneral.cs.
Referenced by GetRenderRow(), OnRefreshPref(), and SetChara().
|
private |
Definition at line 19 of file ItemGeneral.cs.
Referenced by AddSubButton(), Build(), and Clear().
|
staticprivate |
Definition at line 9 of file ItemGeneral.cs.
|
staticprivate |
Definition at line 7 of file ItemGeneral.cs.
LayoutGroup ItemGeneral.layout |
Definition at line 13 of file ItemGeneral.cs.
int ItemGeneral.paddingSubText = 50 |
Definition at line 15 of file ItemGeneral.cs.
Referenced by SetSubText().