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

Public Member Functions

override void OnAfterInit ()
 
void OnClickGoldGacha (int num)
 
void OnClickSilverGacha (int num)
 
void PlayGacha (bool gold, int num)
 
void RefreshCoin ()
 
void OnClickBuyCoin ()
 
override void OnKill ()
 
- 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

GameObject goFree
 
Color colorC
 
Color colorR
 
Color colorSR
 
Color colorSSR
 
Color colorLE
 
DOTweenAnimation[] randomAnimes
 
bool alt
 
UIList listCoin
 

Static Public Attributes

static GameObject slot
 

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 6 of file LayerGacha.cs.

Member Function Documentation

◆ OnAfterInit()

override void LayerGacha.OnAfterInit ( )

Definition at line 9 of file LayerGacha.cs.

◆ OnClickBuyCoin()

void LayerGacha.OnClickBuyCoin ( )

Definition at line 168 of file LayerGacha.cs.

◆ OnClickGoldGacha()

void LayerGacha.OnClickGoldGacha ( int num)

Definition at line 27 of file LayerGacha.cs.

◆ OnClickSilverGacha()

void LayerGacha.OnClickSilverGacha ( int num)

Definition at line 33 of file LayerGacha.cs.

◆ OnKill()

override void LayerGacha.OnKill ( )

Definition at line 174 of file LayerGacha.cs.

◆ PlayGacha()

void LayerGacha.PlayGacha ( bool gold,
int num )

Definition at line 39 of file LayerGacha.cs.

◆ RefreshCoin()

void LayerGacha.RefreshCoin ( )

Definition at line 149 of file LayerGacha.cs.

Member Data Documentation

◆ alt

bool LayerGacha.alt

Definition at line 207 of file LayerGacha.cs.

◆ colorC

Color LayerGacha.colorC

Definition at line 189 of file LayerGacha.cs.

◆ colorLE

Color LayerGacha.colorLE

Definition at line 201 of file LayerGacha.cs.

◆ colorR

Color LayerGacha.colorR

Definition at line 192 of file LayerGacha.cs.

◆ colorSR

Color LayerGacha.colorSR

Definition at line 195 of file LayerGacha.cs.

◆ colorSSR

Color LayerGacha.colorSSR

Definition at line 198 of file LayerGacha.cs.

◆ goFree

GameObject LayerGacha.goFree

Definition at line 186 of file LayerGacha.cs.

◆ listCoin

UIList LayerGacha.listCoin

Definition at line 210 of file LayerGacha.cs.

◆ randomAnimes

DOTweenAnimation [] LayerGacha.randomAnimes

Definition at line 204 of file LayerGacha.cs.

◆ slot

GameObject LayerGacha.slot
static

Definition at line 183 of file LayerGacha.cs.


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