|
Elin Modding Docs Doc
|
Public Member Functions | |
| void | Show () |
| void | UpdateRepeating () |
| void | Refresh () |
| void | Show (ShippingResult _result) |
Public Member Functions inherited from ELayer | |
| override void | OnBeforeAddLayer () |
| void | InitInspector () |
| override void | Init () |
| override void | OnAfterAddLayer () |
| void | TryShowHelp () |
| void | AddLayerToUI (string id) |
| void | TryShowHint (string _langHint=null) |
| void | TalkHomeMemeber (string id) |
| void | TalkMaid (string id) |
| override void | OnRightClick () |
Public Attributes | |
| UIList | list |
| UIButton | buttonNext |
| UIButton | buttonPrev |
| Image | gaugeGold |
| Image | gaugeHearth |
| Image | gaugeDebt |
| Image | imageBG |
| UIText | textGold |
| UIText | textGold2 |
| UIText | textHearth |
| UIText | textHearth2 |
| UIText | textHome |
| UIText | textIncome |
| UIText | textIncomeTotal |
| UIText | textTitle |
| UIText | textDebt |
| bool | showEffect = true |
| float | duration |
| int | update |
| int | maxUpdate |
| ShippingResult | result |
| Sprite[] | spriteBG |
Additional Inherited Members | |
Static Public Member Functions inherited from ELayer | |
| static int | rnd (int a) |
Protected Member Functions inherited from ELayer | |
| override void | _Close () |
| override void | Kill () |
Properties inherited from ELayer | |
| static Core | core [get] |
| static Game | game [get] |
| static bool | AdvMode [get] |
| static Player | player [get] |
| static Chara | pc [get] |
| static FactionBranch | Branch [get] |
| static Faction | Home [get] |
| static UI | ui [get] |
| static Map | _map [get] |
| static Zone | _zone [get] |
| static Scene | scene [get] |
| static BaseGameScreen | screen [get] |
| static CoreConfig | config [get] |
| static GameSetting | setting [get] |
| static ColorProfile | Colors [get] |
| static SourceManager | sources [get] |
| static World | world [get] |
| static SoundManager | Sound [get] |
| static CoreDebug | debug [get] |
| bool | IsFloat [get] |
| virtual string | IdHelp [get] |
Definition at line 7 of file LayerShippingResult.cs.
| void LayerShippingResult.Refresh | ( | ) |
Definition at line 46 of file LayerShippingResult.cs.
| void LayerShippingResult.Show | ( | ) |
Definition at line 28 of file LayerShippingResult.cs.
| void LayerShippingResult.Show | ( | ShippingResult | _result | ) |
Definition at line 109 of file LayerShippingResult.cs.
| void LayerShippingResult.UpdateRepeating | ( | ) |
Definition at line 36 of file LayerShippingResult.cs.
| UIButton LayerShippingResult.buttonNext |
Definition at line 160 of file LayerShippingResult.cs.
| UIButton LayerShippingResult.buttonPrev |
Definition at line 163 of file LayerShippingResult.cs.
| float LayerShippingResult.duration |
Definition at line 208 of file LayerShippingResult.cs.
| Image LayerShippingResult.gaugeDebt |
Definition at line 172 of file LayerShippingResult.cs.
| Image LayerShippingResult.gaugeGold |
Definition at line 166 of file LayerShippingResult.cs.
| Image LayerShippingResult.gaugeHearth |
Definition at line 169 of file LayerShippingResult.cs.
| Image LayerShippingResult.imageBG |
Definition at line 175 of file LayerShippingResult.cs.
| UIList LayerShippingResult.list |
Definition at line 157 of file LayerShippingResult.cs.
| int LayerShippingResult.maxUpdate |
Definition at line 214 of file LayerShippingResult.cs.
| ShippingResult LayerShippingResult.result |
Definition at line 217 of file LayerShippingResult.cs.
| bool LayerShippingResult.showEffect = true |
Definition at line 205 of file LayerShippingResult.cs.
| Sprite [] LayerShippingResult.spriteBG |
Definition at line 220 of file LayerShippingResult.cs.
| UIText LayerShippingResult.textDebt |
Definition at line 202 of file LayerShippingResult.cs.
| UIText LayerShippingResult.textGold |
Definition at line 178 of file LayerShippingResult.cs.
| UIText LayerShippingResult.textGold2 |
Definition at line 181 of file LayerShippingResult.cs.
| UIText LayerShippingResult.textHearth |
Definition at line 184 of file LayerShippingResult.cs.
| UIText LayerShippingResult.textHearth2 |
Definition at line 187 of file LayerShippingResult.cs.
| UIText LayerShippingResult.textHome |
Definition at line 190 of file LayerShippingResult.cs.
| UIText LayerShippingResult.textIncome |
Definition at line 193 of file LayerShippingResult.cs.
| UIText LayerShippingResult.textIncomeTotal |
Definition at line 196 of file LayerShippingResult.cs.
| UIText LayerShippingResult.textTitle |
Definition at line 199 of file LayerShippingResult.cs.
| int LayerShippingResult.update |
Definition at line 211 of file LayerShippingResult.cs.