Elin Modding Docs Doc
Loading...
Searching...
No Matches
LayerShippingResult Class Reference
Inheritance diagram for LayerShippingResult:
ELayer

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]
 

Detailed Description

Definition at line 7 of file LayerShippingResult.cs.

Member Function Documentation

◆ Refresh()

void LayerShippingResult.Refresh ( )

Definition at line 46 of file LayerShippingResult.cs.

◆ Show() [1/2]

void LayerShippingResult.Show ( )

Definition at line 28 of file LayerShippingResult.cs.

◆ Show() [2/2]

void LayerShippingResult.Show ( ShippingResult _result)

Definition at line 109 of file LayerShippingResult.cs.

◆ UpdateRepeating()

void LayerShippingResult.UpdateRepeating ( )

Definition at line 36 of file LayerShippingResult.cs.

Member Data Documentation

◆ buttonNext

UIButton LayerShippingResult.buttonNext

Definition at line 160 of file LayerShippingResult.cs.

◆ buttonPrev

UIButton LayerShippingResult.buttonPrev

Definition at line 163 of file LayerShippingResult.cs.

◆ duration

float LayerShippingResult.duration

Definition at line 208 of file LayerShippingResult.cs.

◆ gaugeDebt

Image LayerShippingResult.gaugeDebt

Definition at line 172 of file LayerShippingResult.cs.

◆ gaugeGold

Image LayerShippingResult.gaugeGold

Definition at line 166 of file LayerShippingResult.cs.

◆ gaugeHearth

Image LayerShippingResult.gaugeHearth

Definition at line 169 of file LayerShippingResult.cs.

◆ imageBG

Image LayerShippingResult.imageBG

Definition at line 175 of file LayerShippingResult.cs.

◆ list

UIList LayerShippingResult.list

Definition at line 157 of file LayerShippingResult.cs.

◆ maxUpdate

int LayerShippingResult.maxUpdate

Definition at line 214 of file LayerShippingResult.cs.

◆ result

ShippingResult LayerShippingResult.result

Definition at line 217 of file LayerShippingResult.cs.

◆ showEffect

bool LayerShippingResult.showEffect = true

Definition at line 205 of file LayerShippingResult.cs.

◆ spriteBG

Sprite [] LayerShippingResult.spriteBG

Definition at line 220 of file LayerShippingResult.cs.

◆ textDebt

UIText LayerShippingResult.textDebt

Definition at line 202 of file LayerShippingResult.cs.

◆ textGold

UIText LayerShippingResult.textGold

Definition at line 178 of file LayerShippingResult.cs.

◆ textGold2

UIText LayerShippingResult.textGold2

Definition at line 181 of file LayerShippingResult.cs.

◆ textHearth

UIText LayerShippingResult.textHearth

Definition at line 184 of file LayerShippingResult.cs.

◆ textHearth2

UIText LayerShippingResult.textHearth2

Definition at line 187 of file LayerShippingResult.cs.

◆ textHome

UIText LayerShippingResult.textHome

Definition at line 190 of file LayerShippingResult.cs.

◆ textIncome

UIText LayerShippingResult.textIncome

Definition at line 193 of file LayerShippingResult.cs.

◆ textIncomeTotal

UIText LayerShippingResult.textIncomeTotal

Definition at line 196 of file LayerShippingResult.cs.

◆ textTitle

UIText LayerShippingResult.textTitle

Definition at line 199 of file LayerShippingResult.cs.

◆ update

int LayerShippingResult.update

Definition at line 211 of file LayerShippingResult.cs.


The documentation for this class was generated from the following file: