Elin Modding Docs Doc
|
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 () |
![]() | |
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 int | rnd (int a) |
![]() | |
override void | _Close () |
override void | Kill () |
![]() | |
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 6 of file LayerGacha.cs.
override void LayerGacha.OnAfterInit | ( | ) |
Definition at line 9 of file LayerGacha.cs.
void LayerGacha.OnClickBuyCoin | ( | ) |
Definition at line 168 of file LayerGacha.cs.
void LayerGacha.OnClickGoldGacha | ( | int | num | ) |
Definition at line 27 of file LayerGacha.cs.
void LayerGacha.OnClickSilverGacha | ( | int | num | ) |
Definition at line 33 of file LayerGacha.cs.
override void LayerGacha.OnKill | ( | ) |
Definition at line 174 of file LayerGacha.cs.
void LayerGacha.PlayGacha | ( | bool | gold, |
int | num ) |
Definition at line 39 of file LayerGacha.cs.
void LayerGacha.RefreshCoin | ( | ) |
Definition at line 149 of file LayerGacha.cs.
bool LayerGacha.alt |
Definition at line 207 of file LayerGacha.cs.
Color LayerGacha.colorC |
Definition at line 189 of file LayerGacha.cs.
Color LayerGacha.colorLE |
Definition at line 201 of file LayerGacha.cs.
Color LayerGacha.colorR |
Definition at line 192 of file LayerGacha.cs.
Color LayerGacha.colorSR |
Definition at line 195 of file LayerGacha.cs.
Color LayerGacha.colorSSR |
Definition at line 198 of file LayerGacha.cs.
GameObject LayerGacha.goFree |
Definition at line 186 of file LayerGacha.cs.
UIList LayerGacha.listCoin |
Definition at line 210 of file LayerGacha.cs.
DOTweenAnimation [] LayerGacha.randomAnimes |
Definition at line 204 of file LayerGacha.cs.
|
static |
Definition at line 183 of file LayerGacha.cs.